Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created March 6, 2017 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhishekGhosh/cc860f2f1aacca0d72c4649d75fb9e35 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/cc860f2f1aacca0d72c4649d75fb9e35 to your computer and use it in GitHub Desktop.
jupyter_notebook_config.py
c = get_config()
c.IPKernelApp.pylab = 'inline'
c.NotebookApp.certfile = u'/path/to/cert.pem'
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
c.NotebookApp.password = u'sha1:00000000000000000000000000000000000000'
c.NotebookApp.port = 4334
c.NotebookApp.base_url = '/pyspak/'
c.NotebookApp.webapp_settings = {'static_url_prefix':'/pyspark/static/'}
c.NotebookApp.notebook_dir = '/home/username/tutorials/pyspark/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment