You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Tools/Jupyter-notebooks/init-nbextension.cmd

8 lines
371 B

init-python-env.cmd
pip uninstall jupyter-core
pip uninstall jupyter-contrib-core
pip install "..\..\Resources\PyPackages\jupyter_core-4.6.3-py2.py3-none-any.whl"
pip install "..\..\Resources\PyPackages\jupyter_contrib_core-0.3.3-py2.py3-none-any.whl"
jupyter contrib nbextension install --user
jupyter nbextension enable Hinterland
jupyter nbextension enable highlighter