Skip to content

Instantly share code, notes, and snippets.

@draperjames
Last active June 21, 2018 20:53
Show Gist options
  • Save draperjames/59596a8c0bc2420121cd6daa97fdc580 to your computer and use it in GitHub Desktop.
Save draperjames/59596a8c0bc2420121cd6daa97fdc580 to your computer and use it in GitHub Desktop.
Jupyter Lab setup for Windows 10
conda update conda -y
python -m pip install --update pip
conda install cython -y
conda install pandas -y
conda install statsmodels -y
conda install bokeh -y
conda install jupyterlab -y
conda install ipywidgets -y
conda install -c conda-forge jupyter_contrib_nbextensions -y
conda install -c conda-forge jupyter_nbextensions_configurator -y
jupyter nbextension enable hinterland/hinterland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment