berkeley-dsep-infra / jupyterhub-k8s

[Deprecated] Data 8's deployment of JupyterHub on Kubernetes
Apache License 2.0
34 stars 17 forks source link

Use okpy==1.9.2 #101

Closed Sumukh closed 7 years ago

Sumukh commented 7 years ago

Summary

Updates okpy library to 1.9.2

Autosave Notebooks on submit/backup Better notebook authentication messages Scoring Support (for autograding) ok.grade_all() added to the notebook API (no need to do the list comprehension to run all tests)

How to test

  1. Log into Data 8 JupyterHub as any user
  2. Verify that submissions work and that changes are autosaved when running ok.submit()
yuvipanda commented 7 years ago

Going to build and deploy on datahub-dev.

yuvipanda commented 7 years ago

It's deployed on datahub-dev.berkeley.edu. Can you confirm this works and I'll push this out to prod? Thanks

Sumukh commented 7 years ago

There's an issue with okpy==1.9.2 - 1.9.3 will work correctly - but I think I'm going to deploy 1.9.4 later today to make autosaving a little more resilient.