Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 2.26 KB

third_party.md

File metadata and controls

74 lines (44 loc) · 2.26 KB

Third party resources

The following are a set of third-party resources that may be useful to instructors using Jupyter in the classroom.

If you find any issues with the lists below, or wish to add more resources to it, please open an issue or submit a PR.

Libraries, Tools, and Platforms

nbtutor

Visualize Python code execution (line-by-line) in Jupyter Notebook cells.

nbautoeval

Lightweight python framework for creating auto-evaluated exercises inside a jupyter (python) notebook.

interact

Interact is a JupyterHub hub-side service that can import remote notebooks into user accounts.

plotchecker

A set of utilities for checking and grading matplotlib plots

activity magic

The Activity Magic is a method of giving quizzes, polls, etc. to a group of users on a jupyterhub server.

nbscan

A Python script that will search for and print contents of cells in Jupyter notebooks. Useful for grepping through notebooks to detect plagiarism.

hide code

Code, prompt and output hiding for Jupyter/IPython notebooks.

ordo

A lightweight feedback extension for Jupyter. Ordo allows users to add feedback messages in a cell's metadata. The feedback is appended to cell's output as a success or failure message based on the result the cell produces.

zesje

Zesje is an online grading system for written exams.

CoCalc

A cloud-based service that provides infrastructure and services that are useful for running courses based on Jupyter Notebooks.

Gryd

Cloud-based hosted Jupyter notebooks with nbgrader integration.

Presentations and Educational Materials

Instructor Workshop: Jupyter in the Classroom

Teaching Instructors about Jupyter

Jupyter in Education Map

Interactive map with universities using Jupyter