Events2Join

Highlights — nbgrader 0.9.3 documentation


Highlights — nbgrader 0.9.3 documentation - Read the Docs

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

nbgrader — nbgrader 0.9.3 documentation

nbgrader is a tool that facilitates creating and grading assignments in the Jupyter notebook. It allows instructors to easily create notebook-based assignments.

Managing the database — nbgrader 0.9.3 documentation

There are two methods for adding students and assignments to the database. The first is by writing a Python script and using the API.

nbgrader - PyPI

A system for assigning and grading Jupyter notebooks. Documentation can be found on Read the Docs. Highlights of nbgrader. Instructor toolbar extension for ...

nbgrader 0.9.3 documentation - Read the Docs

Some of the rst files also use Sphinx autodoc. Jupyter Notebooks: The Jupyter notebooks are written in Python and should be written so that they are compatible ...

The nbgrader_config.py file — nbgrader 0.9.3 documentation

The nbgrader_config.py file is the main place for you to specify options for configuring nbgrader. Normally, it should be located in the same directory as ...

changelog — nbgrader 0.9.3 documentation - Read the Docs

The highlights include: The formgrader is now an extension to the notebook, rather than a standalone service. The formgrader also includes functionality for ...

Overview — nbgrader 0.9.3 documentation

nbgrader. latest. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

Frequently asked questions — nbgrader 0.9.3 documentation

Can I use the “Assignment List” extension with multiple classes? Is nbgrader compatible with Windows/Mac/Linux? What happens if I do some manual grading, and ...

jupyter/nbgrader: A system for assigning and grading notebooks

A system for assigning and grading Jupyter notebooks. Documentation can be found on Read the Docs. Highlights of nbgrader. Instructor toolbar extension for ...

Command line options — nbgrader 0.9.3 documentation

Student commands¶. Note that these commands are meant for students, but are only relevant when using nbgrader in a shared server environment.

nbgrader 0.9.3 documentation

If provided this should be a logging configuration dictionary, for more information see: https://docs.python.org/3/library/logging.config.html#logging-config- ...

nbgrader 0.9.3 on PyPI - Libraries.io

A system for assigning and grading Jupyter notebooks. Documentation can be found on Read the Docs. Highlights of nbgrader. Instructor toolbar extension for ...

Developer installation — nbgrader 0.9.3 documentation

Building nbgrader jupyterlab extension requires nodejs to be installed. We recommand using conda environment with mamba.

CHANGELOG.md ... - GitLab

A summary of changes to nbgrader. 0.9.3. (Full ... Fix jquery in documentation, and update documentation ... PR #1494: docs: update highlights to introduce the ...

Releases · jupyter/nbgrader - GitHub

0.9.3 · Enhancements made · Bugs fixed · Maintenance and upkeep improvements · Documentation improvements · Contributors to this release.

Overview: module code — nbgrader 0.9.3 documentation

User Documentation. Highlights · The philosophy and the approach · Creating ... nbgrader.api · nbgrader.apps.api · nbgrader.auth.base · nbgrader.plugins.export ...

Advanced topics — nbgrader 0.9.3 documentation - Read the Docs

Running nbgrader with JupyterHub · Advanced “Assignment List” installation · Getting information from the database · Using nbgrader preprocessors · Calling nbgrader ...

Gradebook — nbgrader 0.9.3 documentation - Read the Docs

Parameters: db_url ( str ) – The URL to the database, e.g. sqlite:///grades.db.

Installation — nbgrader 0.9.3 documentation - Read the Docs

You may install the current version of nbgrader which includes the grading system and command line tools: pip install nbgrader