Skip to content

deebuls/jupyter-nbgrader-grading-widget

Repository files navigation

jupyter-nbgrader-grading-widget

A Custom Jupyter Widget Library For Providing Flexible Grading of Nbgader Based Jupter Notebooks

Installation

To install use pip:

$ pip install jupyter_nbgrader_grading_widget
$ jupyter nbextension enable --py --sys-prefix jupyter_nbgrader_grading_widget

For a development installation (requires npm),

$ git clone https://github.com/DigiKlausur/jupyter-nbgrader-grading-widget.git
$ cd jupyter-nbgrader-grading-widget
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix jupyter_nbgrader_grading_widget
$ jupyter nbextension enable --py --sys-prefix jupyter_nbgrader_grading_widget

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published