Skip to content

ellachao/nbgrader

 
 

Repository files navigation

nbgrader

Google Group Build Status Coverage Status

A system for assigning and grading notebooks.

Warning: nbgrader is not yet stable and is under active development. The following instructions are currently incomplete and may change!

Documentation can be found on Read the Docs.

Installation

To install the most recent (development, and possibly unstable!) version of nbgrader, run:

pip install git+git://github.com/jupyter/nbgrader.git@master

You can then install and activate the nbgrader assignment toolbar extension with:

nbgrader extension install
nbgrader extension activate

If you want to install the extension for only yourself (and not systemwide), use nbgrader extension install --user. If you don't want to have to reinstall the extension when nbgrader is updated, use nbgrader extension install --symlink. To get help and see all the options you can pass while installing/activating the nbgrader notebook extension, use:

nbgrader extension install --help-all
nbgrader extension activate --help-all

Contributing

Please see the contributing guidelines and documentation.

About

A system for assigning and grading notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.4%
  • JavaScript 23.4%
  • Smarty 3.6%
  • CSS 0.6%