Created
July 13, 2017 19:42
-
-
Save cbcunc/3be54ec00e78e657a0df65e65bfb6d92 to your computer and use it in GitHub Desktop.
Kludges to deploy a Jupyter Dashboards Bundle to Jupyter Dashboards Server
This file contains hidden or 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
> 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