Skip to content

Instantly share code, notes, and snippets.

@cbcunc
Created July 13, 2017 19:42
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/3be54ec00e78e657a0df65e65bfb6d92 to your computer and use it in GitHub Desktop.
Save cbcunc/3be54ec00e78e657a0df65e65bfb6d92 to your computer and use it in GitHub Desktop.
Kludges to deploy a Jupyter Dashboards Bundle to Jupyter Dashboards Server
> jupyter kernelgateway
edit kernel name in index.ipynb of bundle with the output of :
> jupyter kernelspec list
run server and gateway in same env and same dir as unzipped bundle
> jupyter —help # for commands
> conda install -c conda-forge jupyter_kernel_gateway
> jupyter-dashboards-server —IP=0.0.0.0 —KERNAL_GATEWAY_URL=http://127.0.0.1:8888 —NOETBOOKS_DIR=`pwd`
> unzip RSM-ipympl-basemap.zip
> pip install jupyter-dashboards-admin ????
or conda install -c condo-forge ???
jupyter-dashboards-admin in package.json, see issue #284
(rsmbund) pylantic:modnot cbc$ jupyter nbextension enable --py --user ipympl
Enabling notebook extension jupyter-matplotlib/extension...
- Validating: OK
(rsmbund) pylantic:modnot cbc$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment