- nbgrader — nbgrader 0.9.3 documentation🔍
- nbgrader quickstart — nbgrader 0.9.3 documentation🔍
- Installation — nbgrader 0.9.3 documentation🔍
- Command line options — nbgrader 0.9.3 documentation🔍
- The nbgrader_config.py file — nbgrader 0.9.3 documentation🔍
- changelog — nbgrader 0.9.3 documentation🔍
- Configuration options — nbgrader 0.9.3 documentation🔍
- How to set up LTI 1.3 authentication for Jupyterhub🔍
nbgrader quickstart — nbgrader 0.9.3 documentation
nbgrader — nbgrader 0.9.3 documentation - Read the Docs
quickstart Create an example class files directory with an example config file and assignment. export Export grades from the database to another format. db ...
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.
nbgrader quickstart — nbgrader 0.9.3 documentation - Read the Docs
Create notebook assignments that have examples of automatic test generation via AUTOTEST and HASHED AUTOTEST statements.
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
Command line options — nbgrader 0.9.3 documentation
Instructor commands¶. nbgrader quickstart · nbgrader generate assignment · nbgrader validate · nbgrader update · nbgrader autograde · nbgrader generate feedback ...
The nbgrader_config.py file — nbgrader 0.9.3 documentation
The easiest way to use nbgrader and the formgrader extension is to run both from the same directory. For example: nbgrader quickstart course101 cd ./course101 ...
changelog — nbgrader 0.9.3 documentation - Read the Docs
PR #833: Include quickstart .ipynb header. PR #831: Fix typo on Managing assignment docs. PR #830: Print out app subcommands by default.
Configuration options — nbgrader 0.9.3 documentation
This dictionary is merged with the base logging configuration which defines the following: A logging formatter intended for interactive use called console . A ...
How to set up LTI 1.3 authentication for Jupyterhub
... nbgrader (nbgrader — nbgrader 0.9.3 documentation). In my case, what I am doing to share the notebooks is using nbgitpuller (GitHub ...
Error when creating student version of Assignment #1091 - GitHub
... nbgrader/converters/assign.py", line 146, in start super(Assign ... Please see the documentation on Setting Up The Exchange for instructions.
Managing the database — nbgrader 0.9.3 documentation
The first is by writing a Python script and using the API. The second way is to use the command line tool nbgrader db , which provides limited command line ...
Releases · jupyter/nbgrader - GitHub
0.9.3 · Enhancements made · Bugs fixed · Maintenance and upkeep improvements · Documentation improvements · Contributors to this release.
Nbgrader and jupyterhub 2.3 configuration problems
Hello everyone, I try to configure nbgrader (0.82) and jupyterhub (2.3.1). I managed to set up a service following the demo examples ...
Teaching with Jupyter Notebooks - Google Groups
Hi I have a question about the late submissions with nbgrader The docs https://nbgrader.readthedocs. ... Hi Jonathan, if I were to start over tomorrow, I would ...
CHANGELOG.md · main · DL.MIN / Technik / Jupyter / nbgrader
PR #833: Include quickstart .ipynb header; PR #831: Fix typo on Managing assignment docs; PR #830: Print out app subcommands by default; PR ...
nbgrader (0.9.3) - pypi Package Quality | Cloudsmith Navigator
A system for assigning and grading Jupyter notebooks. Documentation can be found on Read the Docs. Highlights of nbgrader. Instructor toolbar extension for ...
Exchanging assignment files — nbgrader 0.9.3 documentation
This page describes the built-in implementation of an exchange directory coupled with instructor and student interfaces - both integrated in the Jupyter ...
Nbgrader with Littlest JupyterHub releases assignment to course ...
... nbgrader/exchange. Open the nbgrader_config.py that was created after running nbgrader quickstart
Using nbgrader with JupyterHub - Read the Docs
nbgrader streamlines the process of releasing and collecting assignments for the instructor and of fetching and submitting assignments for the student.
What is nbgrader? - Read the Docs
A companion (and minor prerequisite) to this is the Jupyter conceptual introduction