demo
demo copied to clipboard
JupyterLite demo deployed to GitHub Pages 🚀
It looks like the only thing needed to make that repo automatically deployable on Netlify (for folks generating theirs with the template) is to add a `runtime.txt` file with the...
- [x] Update to JupyterLite 0.3.0 - [x] Cleanup xeus kernels (and related content) as they have started to be outdated
## Description In both my own jupyterlite, and in the demo jupyterlite, it is not possible to call out to external websites. It always results in an error related to...
## Description ## Reproduce 1. Fork and deploy this repo 2. Deploy the site 3. Go to the site url 4. Marvel in the lack of any kernels being installed....
Due to the "500 Internal Server Error" of myBinder the last weeks, i look at how to make available the notebooks via GitHub pages with the support of Jupyterlite. ###...
As a user, I would rather not jump directly to full automation - with GA. Instead, I am much more interested to go step by step, and only when full...
### Problem I tried to build a jupyter-lite app within an existing Ubuntu Docker build but was struggling to make any kernel available. For example, this setup will build **without**...
This will help repos generated from this template keep their dependency on `jupyterlite` up-to-date when new JupyterLite releases are out. This should also update other dependencies listed in `requirements.txt`. Fixes...
### Problem I would like this to work ```` from zoneinfo import ZoneInfo utc = ZoneInfo('UTC') ```` currently it crashes,  the fix proposed here doesn't seem to be in...