Skip to content

Commit

Permalink
Backport PR jupyter#848: Add links to the scipy talk
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamrick committed Jul 18, 2017
1 parent 76c0444 commit f65458b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ A system for assigning and grading Jupyter notebooks.

[Documentation can be found on Read the Docs.](https://nbgrader.readthedocs.io)


## Highlights of nbgrader

### Instructor toolbar extension for Jupyter notebooks
Expand Down Expand Up @@ -39,6 +38,9 @@ submit, and validate their assignments.
offer an efficient way for the instructor to generate, assign, release, collect,
and grade notebooks.

### SciPy 2017 overview talk (click to view on YouTube)

[![nbgrader: A Tool for Creating and Grading Assignments in the Jupyter Notebook | SciPy 2017 ](http://img.youtube.com/vi/5WUm0QuJdFw/0.jpg)](http://www.youtube.com/watch?v=5WUm0QuJdFw "nbgrader: A Tool for Creating and Grading Assignments in the Jupyter Notebook | SciPy 2017 ")

## Installation

Expand Down
7 changes: 7 additions & 0 deletions nbgrader/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ nbgrader

``nbgrader`` is a tool that facilitates creating and grading assignments in the Jupyter notebook. It allows instructors to easily create notebook-based assignments that include both coding exercises and written free-responses. ``nbgrader`` then also provides a streamlined interface for quickly grading completed assignments.

For an overview and demonstration of nbgrader's core functionality, check out the talk on nbgrader given at SciPy 2017:

.. raw:: html

<p><iframe width="640" height="360" src="https://www.youtube.com/embed/5WUm0QuJdFw" frameborder="0" allowfullscreen></iframe></p>


.. toctree::
:maxdepth: 1
:caption: User Documentation
Expand Down

0 comments on commit f65458b

Please sign in to comment.