@jupyter_dojo/labextension
v0.1.2
Published
Provide timer for coding dojo sessions and display test results
Downloads
4
Readme
jupyterlab_dojo
Run tests on jupyterlab and provide timer for coding dojo sessions
Prerequisites
- JupyterLab
Installation
jupyter labextension install jupyterlab_unittest
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build