Skip to content

Instantly share code, notes, and snippets.

@jaredmcqueen
Last active November 28, 2019 00:18
Show Gist options
  • Save jaredmcqueen/3936d11ef7edab9ce83d3d8d37302d04 to your computer and use it in GitHub Desktop.
Save jaredmcqueen/3936d11ef7edab9ce83d3d8d37302d04 to your computer and use it in GitHub Desktop.
how to install jupyter lab with the extensions i like

add these to requirements.txt

dask[complete]
jupyterlab
ipywidgets
black
jupyterlab_code_formatter
dask_labextension

now install and enable them

jupyter nbextension enable --py widgetsnbextension

jupyter serverextension enable --py jupyterlab_code_formatter

jupyter labextension install @jupyter-widgets/jupyterlab-manager

jupyter labextension install @ryantam626/jupyterlab_code_formatter

jupyter labextension install dask-labextension

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