Skip to content

Instantly share code, notes, and snippets.

@cbcunc
Last active July 14, 2017 20:42
Show Gist options
  • Select an option

  • Save cbcunc/d9e4a6c6a36018923a655f49dd2f12f0 to your computer and use it in GitHub Desktop.

Select an option

Save cbcunc/d9e4a6c6a36018923a655f49dd2f12f0 to your computer and use it in GitHub Desktop.

Revisions

  1. cbcunc revised this gist Jul 14, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -19,5 +19,6 @@ jupyter cms quick-setup --sys-prefix
    pip install jupyter_dashboards_bundlers
    jupyter dashboards_bundlers quick-setup --sys-prefix
    pip install jupyter_kernel_gateway
    conda install -c conda-forge nodejs
    npm install -g jupyter-dashboards-server
    npm install -g jupyter-matplotlib
  2. cbcunc created this gist Jul 13, 2017.
    23 changes: 23 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    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