Metadata-Version: 1.2
Name: nbgrader
Version: 0.2.1.dev
Summary: A system for assigning and grading notebooks.
Home-page: https://github.com/jupyter/nbgrader
License: UNKNOWN
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: IPython
Requires-Dist: sqlalchemy
Requires-Dist: Flask
Requires-Dist: python-dateutil
Requires-Dist: notebook
Requires-Dist: nbconvert
Requires-Dist: nbformat
Requires-Dist: traitlets
Requires-Dist: jupyter_core
Requires-Dist: tornado
Requires-Dist: six

nbgrader
========

|Google Group| |Build Status| |codecov.io|

A system for assigning and grading notebooks.

`Documentation can be found on Read the
Docs. <http://nbgrader.readthedocs.org>`__

Installation
------------

If you want to develop on nbgrader, please follow the `development
installation instructions <CONTRIBUTING.md#development-installation>`__.
Otherwise, you can install the current version of nbgrader with:

::

    pip install nbgrader

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 <CONTRIBUTING.md>`__.

.. |Google Group| image:: https://img.shields.io/badge/-Google%20Group-lightgrey.svg
   :target: https://groups.google.com/forum/#!forum/jupyter
.. |Build Status| image:: https://travis-ci.org/jupyter/nbgrader.svg
   :target: https://travis-ci.org/jupyter/nbgrader
.. |codecov.io| image:: http://codecov.io/github/jupyter/nbgrader/coverage.svg?branch=master
   :target: http://codecov.io/github/jupyter/nbgrader?branch=master

