Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration file for ipython-notebook.
- c = get_config()
- # Notebook config
- c.NotebookApp.certfile = # wherever i have it
- c.NotebookApp.ip = '*'
- c.NotebookApp.open_browser = False
- c.NotebookApp.password = # yeah, not showing it ;)
- c.NotebookApp.base_project_url = '/ipython-school/'
- c.NotebookApp.base_kernel_url = '/ipython-school/'
- c.NotebookApp.webapp_settings = {'static_url_prefix':'/ipython-school/static/'}
- # It's a good idea to put it on a known, fixed port
- c.NotebookApp.port = 1337
Advertisement
Add Comment
Please, Sign In to add comment