- Creating and grading assignments — nbgrader 0.9.3 documentation🔍
- nbgrader — nbgrader 0.9.3 documentation🔍
- Gradebook — nbgrader 0.9.3 documentation🔍
- Frequently asked questions — nbgrader 0.9.3 documentation🔍
- Managing the database — nbgrader 0.9.3 documentation🔍
- Highlights — nbgrader 0.9.3 documentation🔍
- nbgrader 0.9.3 documentation🔍
- Autograding resources — nbgrader 0.9.3 documentation🔍
Creating and grading assignments — nbgrader 0.9.3 documentation
Creating and grading assignments — nbgrader 0.9.3 documentation
This guide walks an instructor through the workflow for generating an assignment and preparing it for release to students.
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.
Gradebook — nbgrader 0.9.3 documentation - Read the Docs
Update an existing grade cell in a notebook of an assignment, or create the grade cell if it does not exist. Parameters: name ( str ) – the name of the grade ...
Frequently asked questions — nbgrader 0.9.3 documentation
Can I use nbgrader for purely manually graded assignments (i.e., without autograding)?¶ ... Yes, absolutely! Mark all the cells where students write their answers ...
Managing the database — nbgrader 0.9.3 documentation
Most of the important information that nbgrader has access to—information about students, assignments, grades, etc.—is stored in the nbgrader database.
Highlights — nbgrader 0.9.3 documentation - Read the Docs
A Jupyter notebook format for assignments: completely normal Jupyter notebooks with metadata to make them useful for teaching. Student interface as Jupyter ...
generate_assignment Create the student version of an assignment. Intended for use by instructors only. autograde Autograde submitted assignments. Intended for ...
Autograding resources — nbgrader 0.9.3 documentation
These types of problems can be graded by writing test functions that compare output values. Instructors should make sure that all edge cases are captured when ...
Exchanging assignment files — nbgrader 0.9.3 documentation
Creating and grading assignments. Details on generating assignments. nbgrader release assignment. Command line options for nbgrader release_assignment. nbgrader ...
The nbgrader toolbar extension for Jupyter notebooks guides the instructor through assignment and grading tasks using the familiar Jupyter notebook interface.
Error when creating student version of Assignment #1091 - GitHub
Hi, I'm using nbgrader Version 0.5.5, Jupyterhub 0.9.6, Jupyter Notebook 5.7.8 When trying to create a student-version of an assignment ...
A Solution for Using nbgrader with JupyterHub and Kubernetes
nbgrader is a tool that facilitates creating and grading assignments in the Jupyter notebook. It allows instructors to easily create ...
Installation — nbgrader 0.9.3 documentation - Read the Docs
To work properly, the assignment list, formgrader, course list and validate assignment extensions require both the labextension and server extension. The create ...
jupyter/nbgrader: A system for assigning and grading notebooks
The nbgrader toolbar extension for Jupyter notebooks guides the instructor through assignment and grading tasks using the familiar Jupyter notebook interface.
nbgrader download | SourceForge.net
nbgrader is a tool that facilitates creating and grading assignments in the Jupyter notebook. It allows instructors to easily create ...
Configuration options — nbgrader 0.9.3 documentation
Creating and grading assignments · Managing the database · Exchanging assignment ... Format string for the directory structure that nbgrader works over during the ...
Best way to grade Jupyter-Notebooks? : r/Python - Reddit
For any future assignments of this sort I would suggest looking into nbgrader, as it allows for the creation of automatically graded assignments ...
Overview — nbgrader 0.9.3 documentation
Creating and grading assignments · Managing the database · Exchanging assignment ... In general, the guidelines for opening issues, submitting PRs, code style, ...
Nbgrader app is a JupyterHub based application with nbgrader configured in order to facilitate the creation and grading of assignments via Jupyter notebook.
Advanced topics — nbgrader 0.9.3 documentation - Read the Docs
In this example, we'll go through how to create a CSV file of grades for each student and assignment using nbgrader and pandas.