Jeremy Tuloup
Jeremy Tuloup
### Problem Currently there is no easy way to customize the generated `index.html`: https://github.com/jupyterlite/jupyterlite/blob/main/app/index.template.html ### Proposed Solution It could be interesting to explore using jinja templates to allow customizing this...
## References Fixes https://github.com/jupyterlite/jupyterlite/issues/1364 ## Code changes - [x] Disable the default `@jupyterlab/notebook-extension:export` plugin in all relevant apps. - [ ] Provide a custom plugin to download a notebook ##...
This is an issue for the `0.7.0` release planning. ## Features - Basic PDF export: https://github.com/jupyterlite/jupyterlite/issues/1364 - https://github.com/jupyterlite/jupyterlite/issues/139 - https://github.com/jupyterlite/jupyterlite/issues/1663 ## Timeline TBD
### Problem As a follow-up to https://github.com/jupyterlite/jupyterlite/issues/148, it would be useful to have an additional toolbar button to update the URL with the current state of the REPL, so it...
Pre-releases are already available: - https://github.com/jupyterlab/jupyterlab/releases/tag/v4.5.0a1 - https://github.com/jupyter/notebook/releases/tag/v7.5.0a0
### Problem Going to https://jupyterlite.readthedocs.io/en/latest/_static/doc/index.html should open the Simple Interface on startup. ### Proposed Solution Similar logic as in core lab to choose whether to open the Simple Interface. We...
Now that all plugins are on the same app (https://github.com/jupyterlite/jupyterlite/pull/1590) and services plugin in the `packages/services-extension`, it could be useful to look into restructuring and simplifying the `packages`. Some packages...
New docs failure happening CI with the recent PRs. For example: https://app.readthedocs.org/projects/jupyterlite/builds/27254072/  Maybe related to the latest `sphinx` releases? The last one is from two days ago: 
An issue to track re-enabling the test here: https://github.com/jupyterlite/jupyterlite/blob/c1ec530fb223ee6999fa8c3534baa471f7104aae/ui-tests/test/nojs.test.ts#L9-L11 Related Playwright issue: https://github.com/microsoft/playwright/issues/32542
As noticed in https://github.com/jupyterlab/jupyterlab-git/issues/1352, the `git checkout` command run when clicking on a remote branch uses the `-B` flag, which can be quite disruptive as it implies **forcing** the switch...