Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nbgrader #75

Open
nabriis opened this issue Mar 20, 2017 · 2 comments
Open

nbgrader #75

nabriis opened this issue Mar 20, 2017 · 2 comments

Comments

@nabriis
Copy link

nabriis commented Mar 20, 2017

Hi,

I seem to be running into an issue when I try enabling nbgrader for this deployment.

In the jupyterhub log O get:

[I 2017-03-20 16:31:46.722 JupyterHub service:220] Starting service 'formgrade-course1': ['nbgrader', 'formgrade']
[I 2017-03-20 16:31:46.723 JupyterHub service:90] Spawning nbgrader formgrade
[FormgradeApp | WARNING] Outdated config: use Exchange.course_id rather than NbGrader.course_id
[FormgradeApp | WARNING] Config option `port` not recognized by `FormgradeApp`.
[FormgradeApp | WARNING] Config option `authenticator_class` not recognized by `FormgradeApp`.
[FormgradeApp | WARNING] Config option `ip` not recognized by `FormgradeApp`.
[FormgradeApp | ERROR] The formgrader is no longer a standalone command, but is
    rather an extension that is part of the Jupyter notebook. To run the
    formgrader, make sure you have enabled the nbgrader server extensions:

    http://nbgrader.readthedocs.io/en/stable/user_guide/installation.html#nbgrader-extensions

    Then, run the notebook from the command line as normal:

        $ jupyter notebook

    And click on the "Formgrader" tab in the window that opens.
[E 2017-03-20 16:32:16.726 JupyterHub service:250] Service formgrade-course1 exited with status 1

@nabriis
Copy link
Author

nabriis commented Mar 28, 2017

It seems the version of the nbgrader install was wrong. The ansible script installed the 0.5dev version of nbgrader. I fixed the issue by changing to 0.4.

@anaderi
Copy link

anaderi commented Jun 10, 2017

I'd vote for updating code/documentation to use what is part of jupyter already (why configuring/running separate service if it is supported by default?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants