-
I had students edit a python file and then submit it along with the notebooks. However, when I run the autograder, nbgrader imports the python file from my source directory instead of the submitted on…
-
Hey contributors, why is there nothing here ? When I find time, I'll write a tutorial to use tools for Old Norse (the ones I programmed). It will help beginners .
-
On a deployment with ~600 students, _filter_existing_notebooks takes about 30s. This hits us when manual grading. A single submission is loaded (/formgrader/submissions/:submission_id) and that invoke…
-
I want to insert a google tracker for my jupyterhub website.
So far I have put the content for that into /etc/jupyter/templates/page.html file like it is located in the jupyterhub-deploy-teaching [re…
-
Hi,
I just noticed with @takluyver that the xeus-cling output's are not prefixed with [Out ??] prompts:
```
In [1] 1 + 1
(int) 2
```
instead of
```
In [1] 1 + 1
Out[1] (int) 2
```
This su…
-
### Operating system
### `nbgrader --version` nbgrader version 0.5.3
### `jupyterhub --version` (if used with JupyterHub) NA
### `jupyter notebook --version` 5.0.0
### Expected behav…
-
This is more of a nitpick than an issue, but non-the-less.
On Windows the navigation to the source and/or release notebooks has a backslash (making the navigation up just one directory not possible…
-
Hi,
I just ran into the following hiccup: Printing json data can be VERY slow. It took about 45 seconds to print a json structure imported from a file about 1.2 Kbytes large (1239 bytes, to be pr…
hkarl updated
6 years ago
-
We need to decide on how to do the entrance test and what it should include. It should still be a python test but it needs to be much more automated than it was last time.
I propose the following …
-
Hi there,
First, I want to thank you for building the nbgrader tool. @jhamrick @minrk
I'm using root account on my main system. and jupyterhub server working fine I also installed nbgrader
So …