Search this site

Thursday, May 31, 2018

Install Jupyter in windows 10

As my previous diary is about jupyter here

so now I will make a note how to install jupyter in windows 10 (my current OS)
I assume you already have anaconda installed

To install jupyter we need to do this step
python  -m pip install jupyter

I think it will be the same in linux, but I haven't try it yet

pip install jupyter
And done


Then after that you can run it by type
jupyter notebook
on you command prompt

It will open http://localhost:8888/ in your browser

No comments:

Post a Comment