Last active
February 20, 2019 15:38
-
-
Save jfear/f7bce3485822d42a24f7d016bcbe25ab to your computer and use it in GitHub Desktop.
My basic setup for jupyterlab.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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