posalinks.blogg.se

Install jupyter notebook on windows
Install jupyter notebook on windows




  • One of the packages is called “nibabel” for dealing with MRI data ( ).
  • You will have to install some of the packages yourself (this is already done for you in class)
  • Anaconda comes with many useful packages for Python that allow it to do other stuff.
  • From the home page, click “New” at the upper-right, and select “Python 2”.
  • If you’re connected to the class drive, it would be: /Volumes/Psy407_9/Student_Data/, hit ENTER

    install jupyter notebook on windows

  • In the terminal type “cd ” (without the quotes).
  • Open the Terminal (click on the magnifying glass at the upper-right, search for “Terminal”, OR open Finder and go to Applications -> Utilities -> Terminal.
  • Type “jupyter notebook” (without the quotes) and hit ENTER.
  • Hint: if you start typing the path, you can hit the TAB key, and it will finish typing it for you!.
  • If you’re connected to the network drive, it would be R:\Psy407_9\Student_Data\, hit ENTER ipynb files live (or where you want to create them).
  • In PowerShell, type “cd ” (without the quotes).
  • Open Windows PowerShell (click on the Start Menu and search for “PowerShell”).
  • Slightly harder, but more flexible method:.
  • You will have to save your notebook files there.
  • Jupyter Notebook will open in your home folder.
  • Open that, and inside will be a shortcut to the Jupyter Notebook
  • Mac: It should create a shortcut on your desktop called “Launcher”.
  • Inside of that will be a shortcut called “Jupyter Notebook”
  • Windows: There will be a folder called “Anaconda2” under the start menu.
  • Windows: 64 bit or 32 bit? 64 bit (unless you try to install and it says it can’t).
  • Install the Anaconda Python Distribution.
  • This is not the only one, but it’s the easiest one that I have found. To actually install Python on your own computer, follow the instructions below.

    install jupyter notebook on windows

    When you’re done, you can click File-> Download As -> IPython Notebook (.ipynb) to save it to your computer. If you click “New” at the upper-right and select “Python 2” it will create a new notebook. It is meant as a temporary space to try out the notebook for yourself. If you close the window, the files go away. The files do not exist on your computer, they’re on some random computer you don’t have control of. This connects to a notebook out in the internet. The quickest method for trying the Jupyter Notebook is by going to  .






    Install jupyter notebook on windows