jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.04k stars 340 forks source link

nbgrader : Can't use formgrader for release and collect assignment. #280

Closed DSqiansun closed 5 years ago

DSqiansun commented 5 years ago

Hello,

I followed the tuto https://tljh.jupyter.org/en/latest/install/amazon.html, and installed the-littlest-jupyterhub in AWS EC2. Then I installed nbgrader in jupyterhub terminal. But the courses can't be released

Operating system

Ubuntu 18.4

nbgrader --version

nbgrader version 0.5.5

jupyterhub --version (the littlest JupyterHub)

0.9.4

jupyter notebook --version

5.7.0

Expected behavior

Formgrader should be able to release and collect assignment

Actual behavior

I already set the course id in nbgrader_config.py but formgrader have an error message "The course id has not been set in nbgrader_config.py. The "release" and "collect" functionality will not be available. Please see the documentation on Setting Up The Exchange for instructions." and it cannot release and collect assignment

image

image

yuvipanda commented 5 years ago

Heya! Thank you for opening this issue. I'm going to transfer this to github.com/jupyterhub/nbgrader, where others with more nbgrader experience might chime in.

Can you describe in more detail how you set up nbgrader? Did you make it into a JupyterHub service?

yuvipanda commented 5 years ago

Apparently transferring issues only works in the same org :( Can you open this issue in https://github.com/jupyter/nbgrader instead? Thanks

DSqiansun commented 5 years ago

Hello, i put the issue here. Thank you for your response.