Skip to content

epilot-dev/sdk-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epilot API/SDK examples

Uses epilot-sdk with Jupyter Lab.

Jupyter Labs screenshot

Quick Start

npm install
jupyter-lab # notebooks running at http://localhost:8888/

Requirements

Installation

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/

About

Examples for epilot API / SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published