- Only bash is supported (only macOS, Linux and WSL). No support for Windows powershell or command prompt.
- The input values are not escaped
To install the Terminal Launcher and the Settings Extensions run the following commands from the root folder of the project:
pip install -e jupyterlab/gst
pip install -e jupyterlab/gst-settings
jupyter labextension install jupyterlab/gst
jupyter labextension install jupyterlab/gst-settings
In this section gst
extension will be used as an example.
- In one terminal window
cd
into the launcher extension folder and build the extension:
cd gst
jlpm
pip install -e .
jlpm run build
jupyter labextension develop . --overwrite
jlpm run watch
- In the second tab run jupyter lab
jupyter lab