-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade notebooks to v0.3.0 of the online lab #36
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
Conversation
I started taking a look and got an error when running the 01-intro.ipynb notebook, when trying to load and run it again, e.g. by calling https://lab.climet.eu/latest/github/climet-eu/compression-lab-notebooks/update-v0-3, only the README.md and the requirements.txt are loading in JupyterLite and an empty |
You need to use the lab main branch (latest is still v0.2.1): https://lab.climet.eu/main/github/climet-eu/compression-lab-notebooks/update-v0-3 I think the rate limit is ~60 files per hour, so given that our repo now has more than 10, this makes sense. |
I've opened jupyterlite/litegitpuller#27 |
This https://lab.climet.eu/latest/github/climet-eu/compression-lab-notebooks/update-v0-3 is what I get from the docs when entering Repository owner: climet-eu, Repository name: compression-lab-notebooks and Git ref: update-v0-3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With your link the 01-intro.ipynb notebook works fine.
You can go ahead and merge from my point of view.
It feels like maybe the version names are confusing? Currently, Also, do you think the |
Thanks for the explanation, now I understand. |
Adapts the notebooks in preparation for v0.3 of the online lab, which updates to Python 3.13, updates all packages, and updates the compression API to use public packages (instead of the in-dev fcbench).