Personal workspace for Deep Learning course on Udacity.
jupyter notebook
- Open
.ipynb
file. - Edit and run.
You may get error message like below.
"http://localhost:8888/tree?token=XXX" doesn’t understand the “open location” message.
Then, open ~/.jupyter/jupyter_notebook_config.py
and insert the line below at proper place.
c.NotebookApp.browser = u'chrome'
In case you don't have ~/.jupyter/jupyter_notebook_config.py
file, run this first.
jupyter notebook --generate-config