dreamnoob.blogg.se

Install jupyter notebook in windows
Install jupyter notebook in windows







easy_install has now been set up and you can test to see if it is there, by typing easy_install in to a command prompt, which will throw an error about no URLs, you know that the tool has been set up successfully.

#Install jupyter notebook in windows install

Open a command prompt and type python ez_setup.py install – you’ll see a load of code whizz by which will hopefully end as follows Ĭ:\Python27> python ez_setup.py install Processing dependencies for setuptools=0.8įinished processing dependencies for setuptools=0.8Ħ. and put this in python script directory ( C:\Python27\Scripts)ĥ. The next step in the process is to set up easy_install and so we need to go to the setuptools page (links to version 0.8) and download the ez_setup.py script. Open cmd and type command 'python', if you get the python prompt we are good else check the steps once again.Ĥ. Click "OK" a couple of times and hey presto, your environment variables are set up.į. In the "Variable value" box, at the end of the entry, add the following text: C:\Python27 C:\Python27\Scripts (change the path as per your installation)Į. In the System Variables box, find the variable called "path" and click on the "Edit…" buttonĭ.

install jupyter notebook in windows

Right click on "My Computer", select "Properties" > "Advanced system settings" and click on the "Environment Variables" buttonĬ. If you haven’t played with environment variables before, just stick to following these instructions as you can set them up through the Windows GUI.ī.

install jupyter notebook in windows install jupyter notebook in windows

Install it as we install any software on windowsĪ. Download the Python Windows installer from here -> Ģ.







Install jupyter notebook in windows