/implementation-demos

Small IPython Notebooks that shows how some of the existing implementations can be browsed.

Primary LanguageJupyter NotebookMozilla Public License 2.0MPL-2.0

Demo for DTS Implementation uses

Binder

This repository contains a set of Jupyter notebooks that demonstrate how to query and interact with existing DTS APIs.

To come

🎁

Alternative browsing demos

Alternatively, we provide two more point-and-click-y demos:

How to run

  1. Launch it on Binder by cliking on the link above.

  2. Or create a virtual environment to run the following notebooks before running the following commands. The notebooks run on 3.5 and later. It works on 3.8 (tested).

Install

# Install the python libraries
pip install -r requirements.txt

# Install the jupyter extensions
jupyter contrib nbextension install --user

Then, run jupyter notebook and go to http://localhost:8888/nbextensions/?nbextension=zenmode/main where you enable Table of Contents (2)

Run

To run, simply type in the terminal jupyter notebook and open one of them !