Questions tagged [nbgrader]
9 questions
3
votes
1 answer
Updating tests to grade an assignment after students have submitted it in nbgrader
I have already released an assignment and gotten the homework submissions. From the submissions, I noticed that some of my hidden tests need to be updated.
Is it possible to update those hidden tests so that the auto-grader will run on the new…

cisisc
- 31
- 3
3
votes
0 answers
Using nbgrader: formgrader page not found
I have installed jupyter nbgrader by following steps from this link:
http://nbgrader.readthedocs.io/en/stable/user_guide/installation.html
After installation when I try to click on formgrader I get
error: 404 : Not Found You are requesting a page…

Lucky
- 875
- 1
- 9
- 19
2
votes
2 answers
Nbgrader with Littlest JupyterHub releases assignment to course directory but not to /srv/nbgrader/exchange
Operating system
nbgrader --version: 0.6.1
jupyterhub --version (if used with JupyterHub): 1.0.0 (Using littlest Jupterhub)
jupyter notebook --version
jupyter core : 4.6.3
jupyter-notebook : 6.0.3
qtconsole : 4.7.2
ipython :…

osmjit
- 381
- 3
- 10
2
votes
1 answer
How can I create a copy of a notebok with all (or most) code cells emptied?
I want to create Jupyter notebooks for teaching, which shall be delivered in two versions:
A full “textbook” with explanations in markdown cells and example code in code cells.
As above, but with most code cells being empty such that the students…

Wrzlprmft
- 4,234
- 1
- 28
- 54
1
vote
1 answer
How to execute a command on Jupyter Notebook Terminal via the Rest API or any Method
I have deployed Jupyterhub on Kubernetes following this guide link, I have setup nbgrader and ngshare on jupyterhub using this guide link, I have a Learning management system(LMS) similar to moodle, I want to view the list of assignments both for…

Anonymous
- 25
- 7
1
vote
1 answer
Capture output of autograded answer for subsequent autograder tests in nbgrader
I am trying to automate autograding with nbgrader. Usually the student writes a piece of code (like a variable or a function) in the autograded answer cell that the instructor uses (by referring to the variable or function) to write autograder…

moctarjallo
- 1,479
- 1
- 16
- 33
1
vote
0 answers
How do I fix validation in tljh/jupyter notebook?
I managed to set up the tljh and nbgrader but the validation doesn't work in my notebook.
As you can see it displays this:
"""Module containing a preprocessor that executes the code cells
and updates outputs"""
# Copyright (c) IPython Development…

ronalda
- 11
- 1
1
vote
0 answers
How to check cell output (and maybe also input) to match a correct solution - Using Python Notebooks for teaching
I recently saw something pretty cool on kaggle. When you fill out and run cells in their tutorial notebooks you get pretty much like live feedback, if you did it right or not. I would love to be able to implement my own exercises this way, so that I…

Dodo
- 137
- 5
0
votes
0 answers
How to expose jupyterhub , type=loadbalancer service using metallb on server's ip address
I want to run a setup of jupyterhub and ngshare on a server with IP address 10.129.131.4
I ssh into the server and run the setup given here.
This is what I get on running the kubectl get all command. the only difference being the External-IP for…

Anonymous
- 25
- 7