Skip to content

Instantly share code, notes, and snippets.

@philippeback
Created February 23, 2018 16:34
Show Gist options
  • Save philippeback/681be62cd6a8554e0a4199704351bf87 to your computer and use it in GitHub Desktop.
Save philippeback/681be62cd6a8554e0a4199704351bf87 to your computer and use it in GitHub Desktop.

To install from an Anaconda prompt

conda install -c conda-forge jupyterlab

(need your proxy working of course)

Wait.

jupyter serverextension enable --py jupyterlab --sys-prefix

and then jupyter lab

And open the URL provided.

Profit!

@philippeback
Copy link
Author

And %matplotlib inline for nice plots without plt.show() all over the place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment