Uses epilot-sdk with Jupyter Lab.
npm install
jupyter-lab # notebooks running at http://localhost:8888/
Clone this repository and install dependencies
git clone https://github.com/epilot-dev/sdk-examples.git
cd sdk-examples/
npm install
If not yet installed, install and build jupyter lab using pip:
pip install jupyterlab
jupyter-lab build
You'll need to install the tslab TypeScript kernel
npm install -g tslab
tslab install
You should now be able to run jupyter-lab and use the typescript kernel
jupyter-lab # notebooks running at http://localhost:8888/