Skip to content

Instantly share code, notes, and snippets.

@post2web
Created November 2, 2018 22:26
Show Gist options
  • Save post2web/656d1c0f18d862fea6d3609a567005b7 to your computer and use it in GitHub Desktop.
Save post2web/656d1c0f18d862fea6d3609a567005b7 to your computer and use it in GitHub Desktop.

Make jupyter [lab] act as a cloud DataLab

%load_ext google.datalab.kernel
  • alternative, enable globally in ipython_config.py:
c = get_config()
c.InteractiveShellApp.extensions = [
    'google.datalab.kernel'
]
  • if dont have ipython_config.py in ~/.ipython/profile_default can generate a default with
ipython profile create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment