Cant Find: Instructor toolbar extension for Jupyter notebooks

384 views
Skip to first unread message

dfa...@g.harvard.edu

unread,
Jun 13, 2018, 8:55:08 AM6/13/18
to Teaching with Jupyter Notebooks
Hi,

The docs demonstrate an instructor toolbar:


I can't figure out how to install this extension. According to the docs all the extensions should have been installed when I ran:

jupyter nbextension install --sys-prefix --py nbgrader --overwrite

If it was installed, I have no idea how to enable it. Or if its already enabled, how to find it.

Thanks

dfa...@g.harvard.edu

unread,
Jun 13, 2018, 9:33:59 AM6/13/18
to Teaching with Jupyter Notebooks
I figured this one out. It was installed with the above command. I found the features under: view-->cell toolbar-->create assignment

I still don't see the cell toolbar dropdown shown in the doc, but at least I know its enabled and functioning now.

willingc

unread,
Jun 13, 2018, 6:42:40 PM6/13/18
to Teaching with Jupyter Notebooks
Hi there,

The extension for nbgrader (i.e. toolbars) are installed automatically if you are using conda/Anaconda. If you are using pip for installation, there are a few additional steps as described here: http://nbgrader.readthedocs.io/en/stable/user_guide/installation.html#nbgrader-extensions

Once the extension is enabled, you are correct that the functionality is initially found under: View -> cell toolbar -> create assignment

To check if the notebook extension for nbgrader is installed, `jupyter nbextension list` will list the available extensions. To see if the server extension for nbgrader is installed, `jupyter serverextension list` will show if it is installed.

As of v5.0, much of the functionality can be accessed through the formgrader extension: https://nbgrader.readthedocs.io/en/stable/user_guide/creating_and_grading_assignments.html#creating-and-grading-assignments


If you have suggestions on improving the documentation or discoverability of information, please file an issue on the nbgrader repo.

Thanks.

Carol
Reply all
Reply to author
Forward
0 new messages