0.1.1 • Published 6 years ago

@jupyter_dojo/nbextension v0.1.1

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

nbextension

A Jupyter Notebook extension for rendering unittest

Prerequisites

  • notebook@>=4.3.0

Development

Install dependencies and build Javascript:

npm install

Re-build Javascript:

npm run build

Watch /src directory and re-build on changes:

npm run watch

Manage extension

# Install
npm run extension:install
# Enable
npm run extension:enable
# Disable
npm run extension:disable
# Uninstall
npm run extension:uninstall