Skip to content

Latest commit

 

History

History

jupyterlab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Jupyter Lab Extensions for using Gamestonk Terminal

  1. Only bash is supported (only macOS, Linux and WSL). No support for Windows powershell or command prompt.
  2. The input values are not escaped

Installation

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

Development setup

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