Events2Join

Managing the database — nbgrader 0.9.3 documentation


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.

Modifying the Database — nbgrader 0.9.3 documentation

To use alembic to migrate the database schema, first run the following command: python -m nbgrader.dbutil revision -m "a description of the change"

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.

Creating and grading assignments — nbgrader 0.9.3 documentation

Creating a new assignment¶. See also. Managing the database. Instructions on how to manage assignments in the database from the command line. nbgrader db ...

Configuration options — nbgrader 0.9.3 documentation

Managing the database · Exchanging assignment files · Exchanging assignment ... NbGrader.log_levelany of 0``|``10``|``20``|``30``|``40``|``50``| 'DEBUG ...

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 ...

Overview — nbgrader 0.9.3 documentation

Managing the database · Exchanging assignment files · Exchanging assignment ... In general, the guidelines for opening issues, submitting PRs, code style, testing ...

Command line options — nbgrader 0.9.3 documentation

Basic commands, instructor commands, the following commands are used to manage the database, the following commands are meant for instructors.

How to set up LTI 1.3 authentication for Jupyterhub

... nbgrader (nbgrader — nbgrader 0.9.3 documentation). In my case, what ... database, so whenever you click on a link in the LMS, the path ...

nbgrader 0.9.3 documentation

quickstart Create an example class files directory with an example config file and assignment. export Export grades from the database to another format. db ...

Exchanging assignment files — nbgrader 0.9.3 documentation

From the formgrader¶. Using the formgrader extension, you may release assignments by clicking on the “release” button: manage ...

Released assignments are still there after nbgrader db ... - GitHub

But even until then, it would be great to dedicate a section in the documentation to assignment removal. ... Manage cookies; Do not share my ...

Frequently asked questions — nbgrader 0.9.3 documentation

How does nbgrader handle late assignments? Do I have to use sqlite for the nbgrader database? Does nbgrader work with non-Python kernels? How do I get out grade ...

Formgrader says to run the autograde command from the wrong folder

... NbGrader.logfile = "/mnt/db/nbgrader.log". I can run other commands ... I really need to add some better documentation about where ...

The nbgrader_config.py file — nbgrader 0.9.3 documentation

Managing the database · Exchanging assignment files · Exchanging assignment ... It can be enabled by using the settings panel: Nbgrader -> Formgrader and check ...

nbgrader - PyPI

For detailed instructions on installing nbgrader and the nbgrader extensions for Jupyter notebook, please see Installation section in the User Guide.

CHANGELOG.md ... - GitLab

SHA256 hashes: jupyter-nbgrader-0.9.3.tgz: 5dd3ff760eea729caed0739a4094619eb1a9886ebb6a272b1ca906bec6d94b37 nbgrader ... PR #1493: docs: revise "Managing ...

Gradebook — nbgrader 0.9.3 documentation - Read the Docs

The gradebook object to interface with the database holding nbgrader grades. __init__(db_url, course_id= ...

Nbgrader and jupyterhub 2.3 configuration problems

Make sure you set a valid admin_user 'api_token' in your config file before starting the service. This was the command: nbgrader db student ...

Developer installation — nbgrader 0.9.3 documentation

Managing the database · Exchanging assignment files · Exchanging assignment ... Getting the source code¶. The source files for nbgrader and its documentation are ...