美文网首页
Start with jupyter notebook

Start with jupyter notebook

作者: MISS_L种花的大猫 | 来源:发表于2018-05-10 21:29 被阅读0次

    install conda

    type conda install -c anaconda python in cmd window.

    Update

    conda install scripy
    conda update scripy
    conda update --all
    conda update conda
    conda update anaconda

    Start Jupyter Notebook

    • First, start Anaconda Prompt
    • Second, change to the directory you work by using cd ""
      If you want to change do folder in another drive, you should also switch drives by typing the drive name.
      For example, by typing D:, you are chaing your working drive to drive D, then change the current working directory by using cd ""
    • Third, type jupyter notebook
      This will automatically open your jupyter notebook in your default browser. You can also open your jupyter notebook by going localhost:8888 with your browser.

    相关文章

      网友评论

          本文标题:Start with jupyter notebook

          本文链接:https://www.haomeiwen.com/subject/jmmtdftx.html