Wednesday, August 16, 2017

juypter installation and configuration in windows

pip install jupyter

to start notebook


juypter startnotebook
jupyter notebook password

C:\Users\johnwick>jupyter notebook password
Enter password:
Verify password:
[NotebookPasswordApp] Wrote hashed password to C:\Users\johnwick\.jupyter\jupyte
r_notebook_config.json

restart notebook


juypter startnotebook

open in browser
http://localhost:8888/

No comments:

Post a Comment