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

Jupyter python

So I started to use python 1 year ago,
usually I just write the code in notepad++ (really?)
yeah it is notepad++
not because I don't need any IDE, but just because I am too lazy to install it
and notepad++ is enough for me (I just need the colors things - for now)

Then I saw some of my friend use jupyter, so I will try to use it
why?
because I curious about ipython, i from internet maybe, I am not sure
but maybe it will be fun

It is for debugging perline/cell and make a beautiful doc in your doc

I already put how to install jupyter in windows 10 here