nbgrader


Namenbgrader JSON
Version 0.9.2 PyPI version JSON
download
home_pageNone
SummaryA system for assigning and grading notebooks
upload_time2024-03-26 10:47:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCopyright (c) 2014 Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords grading homework jupyter jupyterlab notebooks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # nbgrader

Build: [![Build](https://img.shields.io/github/workflow/status/jupyter/nbgrader/Test?logo=github&label=tests)](https://github.com/jupyter/nbgrader/actions)
Forum: [![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)
Cite: [![DOI](https://jose.theoj.org/papers/10.21105/jose.00032/status.svg)](https://doi.org/10.21105/jose.00032)

A system for assigning and grading Jupyter notebooks.

[Documentation can be found on Read the Docs.](https://nbgrader.readthedocs.io/en/stable/)

## Highlights of nbgrader

### Instructor toolbar extension for Jupyter notebooks
The nbgrader toolbar extension for Jupyter notebooks guides the instructor through
assignment and grading tasks using the familiar Jupyter notebook interface.

![Creating assignment](nbgrader/docs/source/user_guide/images/creating_assignment.gif "Creating assignment")

### Instructor "formgrader" extension for Jupyter notebooks

The formgrader extension for the Jupyter notebook allows instructors to use
the core functionality of nbgrader---generating the student version of an
assignment, releasing assignments to students, collecting assignments,
autograding submissions, and manually grading submissions.

![Formgrader extension](nbgrader/docs/source/user_guide/images/formgrader.gif "Formgrader extension")

### Student assignment list extension for Jupyter notebooks
Using the assignment list extension, students may conveniently view, fetch,
submit, and validate their assignments.

![nbgrader assignment list](nbgrader/docs/source/user_guide/images/student_assignment.gif "nbgrader assignment list")

### The command line tools of nbgrader

[Command line tools](https://nbgrader.readthedocs.io/en/latest/command_line_tools/index.html)
offer an efficient way for the instructor to generate, assign, release, collect,
and grade notebooks.

### SciPy 2017 overview talk (click to view on YouTube)

[![nbgrader: A Tool for Creating and Grading Assignments in the Jupyter Notebook | SciPy 2017 ](http://img.youtube.com/vi/5WUm0QuJdFw/0.jpg)](http://www.youtube.com/watch?v=5WUm0QuJdFw "nbgrader: A Tool for Creating and Grading Assignments in the Jupyter Notebook | SciPy 2017 ")

## Installation

For detailed instructions on installing nbgrader and the nbgrader extensions
for Jupyter notebook, please see [Installation](https://nbgrader.readthedocs.io/en/latest/user_guide/installation.html)
section in the User Guide.


## Contributing
Please see the [contributing guidelines and documentation](https://nbgrader.readthedocs.io/en/latest/contributor_guide/overview.html).

If you want to develop features for nbgrader, please follow the
[development installation instructions](https://nbgrader.readthedocs.io/en/latest/contributor_guide/installation_developer.html).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nbgrader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Grading, Homework, Jupyter, JupyterLab, Notebooks",
    "author": null,
    "author_email": "Jupyter Development Team <jupyter@googlegroups.com>",
    "download_url": "https://files.pythonhosted.org/packages/7d/9a/f3e014cf4cfd7340d5d42ec422ec894df9a84c3dfc330edc83504d5b4724/nbgrader-0.9.2.tar.gz",
    "platform": null,
    "description": "# nbgrader\n\nBuild: [![Build](https://img.shields.io/github/workflow/status/jupyter/nbgrader/Test?logo=github&label=tests)](https://github.com/jupyter/nbgrader/actions)\nForum: [![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)\nCite: [![DOI](https://jose.theoj.org/papers/10.21105/jose.00032/status.svg)](https://doi.org/10.21105/jose.00032)\n\nA system for assigning and grading Jupyter notebooks.\n\n[Documentation can be found on Read the Docs.](https://nbgrader.readthedocs.io/en/stable/)\n\n## Highlights of nbgrader\n\n### Instructor toolbar extension for Jupyter notebooks\nThe nbgrader toolbar extension for Jupyter notebooks guides the instructor through\nassignment and grading tasks using the familiar Jupyter notebook interface.\n\n![Creating assignment](nbgrader/docs/source/user_guide/images/creating_assignment.gif \"Creating assignment\")\n\n### Instructor \"formgrader\" extension for Jupyter notebooks\n\nThe formgrader extension for the Jupyter notebook allows instructors to use\nthe core functionality of nbgrader---generating the student version of an\nassignment, releasing assignments to students, collecting assignments,\nautograding submissions, and manually grading submissions.\n\n![Formgrader extension](nbgrader/docs/source/user_guide/images/formgrader.gif \"Formgrader extension\")\n\n### Student assignment list extension for Jupyter notebooks\nUsing the assignment list extension, students may conveniently view, fetch,\nsubmit, and validate their assignments.\n\n![nbgrader assignment list](nbgrader/docs/source/user_guide/images/student_assignment.gif \"nbgrader assignment list\")\n\n### The command line tools of nbgrader\n\n[Command line tools](https://nbgrader.readthedocs.io/en/latest/command_line_tools/index.html)\noffer an efficient way for the instructor to generate, assign, release, collect,\nand grade notebooks.\n\n### SciPy 2017 overview talk (click to view on YouTube)\n\n[![nbgrader: A Tool for Creating and Grading Assignments in the Jupyter Notebook | SciPy 2017 ](http://img.youtube.com/vi/5WUm0QuJdFw/0.jpg)](http://www.youtube.com/watch?v=5WUm0QuJdFw \"nbgrader: A Tool for Creating and Grading Assignments in the Jupyter Notebook | SciPy 2017 \")\n\n## Installation\n\nFor detailed instructions on installing nbgrader and the nbgrader extensions\nfor Jupyter notebook, please see [Installation](https://nbgrader.readthedocs.io/en/latest/user_guide/installation.html)\nsection in the User Guide.\n\n\n## Contributing\nPlease see the [contributing guidelines and documentation](https://nbgrader.readthedocs.io/en/latest/contributor_guide/overview.html).\n\nIf you want to develop features for nbgrader, please follow the\n[development installation instructions](https://nbgrader.readthedocs.io/en/latest/contributor_guide/installation_developer.html).\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2014 Project Jupyter Contributors All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "A system for assigning and grading notebooks",
    "version": "0.9.2",
    "project_urls": {
        "Homepage": "https://github.com/jupyter/nbgrader"
    },
    "split_keywords": [
        "grading",
        " homework",
        " jupyter",
        " jupyterlab",
        " notebooks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eae062560a9f85ffee13eabd36e6a9c52c968d5527c4c3b95914a4cda427bd5",
                "md5": "0697e32d0132f3ef0847547055bc9844",
                "sha256": "e4c645dac61aeb12cdcabd893ac8ee4350a4ff4d894b58b115ac18d0e8cdf6b2"
            },
            "downloads": -1,
            "filename": "nbgrader-0.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0697e32d0132f3ef0847547055bc9844",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10994246,
            "upload_time": "2024-03-26T10:47:25",
            "upload_time_iso_8601": "2024-03-26T10:47:25.332279Z",
            "url": "https://files.pythonhosted.org/packages/2e/ae/062560a9f85ffee13eabd36e6a9c52c968d5527c4c3b95914a4cda427bd5/nbgrader-0.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d9af3e014cf4cfd7340d5d42ec422ec894df9a84c3dfc330edc83504d5b4724",
                "md5": "f8a36c75560ae6e6aef0f4aa34d6d113",
                "sha256": "99409da055306524254a8d19595ec13810f11112f34c6a93306475861490a734"
            },
            "downloads": -1,
            "filename": "nbgrader-0.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f8a36c75560ae6e6aef0f4aa34d6d113",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10827651,
            "upload_time": "2024-03-26T10:47:29",
            "upload_time_iso_8601": "2024-03-26T10:47:29.994070Z",
            "url": "https://files.pythonhosted.org/packages/7d/9a/f3e014cf4cfd7340d5d42ec422ec894df9a84c3dfc330edc83504d5b4724/nbgrader-0.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 10:47:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jupyter",
    "github_project": "nbgrader",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "nbgrader"
}
        
Elapsed time: 0.21226s