Skip to content

hotohoto/ud730

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ud730

Personal workspace for Deep Learning course on Udacity.

Snippets

Run jupyter notebook

jupyter notebook
  1. Open .ipynb file.
  2. 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

Reference

About

Personal workspace for Deep Learning course on Udacity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published