-
Couldn't load subscription status.
- Fork 328
Description
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
setup
install jupyterhub
https://tljh.jupyter.org/en/latest/install/amazon.html
install nbgrader in terminal
sudo -E pip install nbgrader
sudo -E jupyter nbextension install --sys-prefix --py nbgrader --overwrite
sudo -E jupyter nbextension enable --sys-prefix --py nbgrader
sudo -E jupyter serverextension enable --sys-prefix --py nbgrader
then, i set nbgrader_config.py in home/username


