Skip to content

Instantly share code, notes, and snippets.

@jfear
Last active February 20, 2019 15:38
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 jfear/f7bce3485822d42a24f7d016bcbe25ab to your computer and use it in GitHub Desktop.
Save jfear/f7bce3485822d42a24f7d016bcbe25ab to your computer and use it in GitHub Desktop.
My basic setup for jupyterlab.
#!/bin/bash
conda create -n jupyter jupyterlab jupytext nodejs nb_conda ipywidgets nbdime ipympl jupyterlab-git
source activate jupyter
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyterlab_vim
jupyter labextension install @jupyterlab/git
jupyter serverextension enable --py jupyterlab_git
jupyter labextension install @jupyterlab/toc
jupyter labextension install jupyterlab_bokeh
jupyter labextension install @ijmbarr/jupyterlab_spellchecker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment