This repository contains a set of Jupyter notebooks that demonstrate how to query and interact with existing DTS APIs.
🎁
Alternatively, we provide two more point-and-click-y demos:
- DTS demo by the École Nationale des Chartes
- DTS browser (
⚠️ experimental!)
-
Launch it on Binder by cliking on the link above.
-
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 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)
To run, simply type in the terminal jupyter notebook
and open one of them !