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 jupyterAnd done
Then after that you can run it by type
jupyter notebookon you command prompt
It will open http://localhost:8888/ in your browser
No comments:
Post a Comment