nbgrader icon indicating copy to clipboard operation
nbgrader copied to clipboard

Fix Docker image for demo

Open brichet opened this issue 1 year ago • 2 comments

This PR fix #1668.

  • It installs nodejs=16 (not available on apt) in docker image
  • it pins nbclassic<0.4.0 as currently expected by nbgrader.

If nbclassic is not pinned, the v0.4.0 is first installed with jupyterlab. When installing nbgrader, the v0.4.0 is uninstall in favor of v0.3.7. It seems that it breaks jupyter-nbextension...

brichet avatar Sep 28 '22 10:09 brichet

Binder :point_left: Launch a Binder on branch brichet/nbgrader/fix/demo_docker

github-actions[bot] avatar Sep 28 '22 10:09 github-actions[bot]

Yay... but poodles.... Image builds, but the feedback link is still failing on Binder.

(see https://github.com/jupyter/nbgrader/issues/1664#issuecomment-1260894214)

perllaghu avatar Sep 28 '22 13:09 perllaghu