One-click installer+runner for notebooks Windows/Linux
Equivalent of setup in tox.ini for Windows+Linux
deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
commands =
; run tests from subfolder to ensure that resources are accessed via resources and not via relative paths
sh -c 'jupyter nbextension install --py --sys-prefix widgetsnbextension'
sh -c 'jupyter nbextension enable --py --sys-prefix widgetsnbextension'
sh -c 'jupyter nbextension install --py --sys-prefix jpy_canvas'
sh -c 'jupyter nbextension enable --py --sys-prefix jpy_canvas'
sh -c 'jupyter notebook'
-
Scripts for Windows and Linx: virtualenv if does not exist + steps above (use virtualenv or --user not to require adminstration rights) -
Add reference in documentation
Edited by Christian Eichenberger