Skip to content

Instantly share code, notes, and snippets.

@cbcunc
Created July 13, 2017 19: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 cbcunc/3fa77e204ec9bbed8a323a2f80832ca2 to your computer and use it in GitHub Desktop.
Save cbcunc/3fa77e204ec9bbed8a323a2f80832ca2 to your computer and use it in GitHub Desktop.
conda create -c conda-forge -n rsmbund jupyter
source activate rsmbund
conda install -y -c conda-forge/label/rc -c conda-forge h5py
conda install -y -c conda-forge/label/rc -c conda-forge libpng
conda install -y -c conda-forge/label/rc -c conda-forge matplotlib
conda install -c conda-forge/label/rc -c conda-forge ipywidgets
conda install -y -c conda-forge/label/rc -c conda-forge basemap
conda install -y -c conda-forge/label/rc -c conda-forge basemap-data-hires
conda install -y -c conda-forge/label/rc -c conda-forge owslib
pip install ipympl
jupyter nbextension install --py --symlink --user ipympl
jupyter nbextension enable --py --user ipympl
jupyter nbextension enable --py --sys-prefix --user widgetsnbextension
pip install jupyter_dashboards
jupyter dashboards quick-setup --sys-prefix
jupyter nbextension enable jupyter_dashboards --py --sys-prefix
pip install jupyter_cms
jupyter cms quick-setup --sys-prefix
pip install jupyter_dashboards_bundlers
jupyter dashboards_bundlers quick-setup --sys-prefix
pip install jupyter_kernel_gateway
npm install -g jupyter-dashboards-server
npm install -g jupyter-matplotlib
@rsignell-usgs
Copy link

please add note that need to use npm from conda, which is installed via

conda install nodejs -c conda-forge

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