Jeremy Tuloup
Jeremy Tuloup
### Problem So the idea would be to reuse the JupyterLab code consoles to enable the scratchpad-like workflow. That means opening a temporary console next to the notebook via a...
Sibling issue: https://github.com/jupyterlab/jupyterlab/issues/17993 ### Proposed Solution - [x] On https://www.npmjs.com, for each package, set up the trusted publisher with the following information: - Organization or user*: **jupyter** - Repository*: **notebook**...
### Problem Currently, when publishing npm packages to the npm registry, we still depend on the `NPM_TOKEN` secret to be set at the repo or org level. However, npm recently...
This is an issue to track the features for the `4.6.0` release. ## Features & notable enhancements TBD ## Timeline (provisional) TBD
### Problem https://github.com/jupyterlab/jupyterlab/pull/18044 converted the documentation to Markdown. In the related issue (https://github.com/jupyterlab/jupyterlab/issues/8677), there was a comment suggesting using Jupyter Book for the docs: https://github.com/jupyterlab/jupyterlab/issues/8677#issuecomment-2315799827 ### Proposed Solution Convert the...
Depends on https://github.com/jupyter-book/mystmd/pull/2555
Looking at this issue in the JupyterLab repo, we wanted to migrate it here since it's not related to the JupyterLab frontend: https://github.com/jupyterlab/jupyterlab/issues/1239 Original report: --- trying "!dir" in Jupyterlab...
## References Fixes https://github.com/jupyterlite/jupyterlite/issues/1809 ## Code changes - [x] Better handle the loading of the `default` workspace on first load. - [x] UI test ## User-facing changes No warning in...
Currently JupyterLite defines its own drive here, which saves content in the browser storage: https://github.com/jupyterlite/jupyterlite/blob/64ec45e54df153aa6dfd2a0b862c524f1affa931/packages/services/src/contents/drive.ts#L39-L42 In practice this Drive could be used with a regular JupyterLab instance, and would not...
## References Fixes https://github.com/jupyterlite/jupyterlite/issues/1317 ## Code changes - [x] Add new page config options to specify the lab and notebook versions, similar to `appVersion` - [x] Add a script to...