This repository has been archived on 2021-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
shipyard/jupyter/hooks/install-jupyter-debugger.sh

7 lines
103 B
Bash
Raw Normal View History

2020-07-30 19:18:36 +02:00
#!/bin/sh
set -e
pip install --upgrade xeus-python
jupyter labextension install @jupyterlab/debugger