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
Executable file

#!/bin/sh
set -e
pip install --upgrade xeus-python
jupyter labextension install @jupyterlab/debugger