0.1.2 • Published 6 years ago

@jupyter_dojo/labextension v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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