yazdmich

Untitled

Dec 7th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.49 KB | None | 0 0
  1. # Configuration file for ipython-notebook.
  2.  
  3. c = get_config()
  4. # Notebook config
  5. c.NotebookApp.certfile = # wherever i have it
  6. c.NotebookApp.ip = '*'
  7. c.NotebookApp.open_browser = False
  8. c.NotebookApp.password = # yeah, not showing it ;)
  9. c.NotebookApp.base_project_url = '/ipython-school/'
  10. c.NotebookApp.base_kernel_url = '/ipython-school/'
  11. c.NotebookApp.webapp_settings = {'static_url_prefix':'/ipython-school/static/'}
  12. # It's a good idea to put it on a known, fixed port
  13. c.NotebookApp.port = 1337
Advertisement
Add Comment
Please, Sign In to add comment