Jeremy Tuloup
Jeremy Tuloup
Follow-up to https://github.com/jupyterlab/jupyterlab/pull/15291 As discussed in https://github.com/jupyterlab/jupyterlab/pull/15291#discussion_r1515862988, there should be some documentation to show how to make use of drives when creating new files. This is also related to https://github.com/jupyterlab/extension-examples/issues/215
### Problem By default scrollbars are not themed (the setting is turned off). This makes them somehow stand out when using dark themes, for example:  When enabled, one can...
Currently the name of the package on PyPI is `lckr_jupyterlab_variableinspector`: https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/blob/ab68f8d1a47f9a24aa1da3c25c571738536cdac0/pyproject.toml#L6 However it could be more convenient and less confusing to users if the package was named `jupyterlab-variable-inspector`. Maybe we...
### Problem Currently it can be difficult for some users to check if there is an error in the console, especially for those not familiar with the dev tools. ###...
## References Hopefully helps with https://github.com/jupyterlite/jupyterlite/pull/1462. ## Code changes Bump the dependency on `sphinx`. ## User-facing changes None ## Backwards-incompatible changes None
According to https://github.com/conda-forge/miniforge, Mambaforge is deprecated as of July 2024. We use it here in the ReadTheDocs configuration: https://github.com/jupyterlite/jupyterlite/blob/2c342b7fa82ec23f1cfd7d4e7fe50f3d813f28dd/.readthedocs.yml#L5
We should start looking into updating to the next `@jupyterlab` and `@jupyter-notebook` packages, now that a beta for JupyterLab 4.3 is available: - https://github.com/jupyterlab/jupyterlab/releases/tag/v4.3.0b0 - https://github.com/jupyterlab/jupyterlab/releases/tag/v4.3.0b1 A pre-release of Notebook...
## References Fixes https://github.com/jupyterlite/jupyterlite/issues/1475 ## Code changes - [x] Add `` tag to the HTML template used by the apps - [x] UI test with JavaScript disabled ## User-facing changes...
Add a noscript tag to the page with "js must be enabled" ? _Originally posted by @Carreau in https://github.com/jupyterlite/jupyterlite/issues/1374#issuecomment-2063448971_
Since settings are stored in `localStorage` with the current implementations, it would be nice to have a plugin to easily clear them. Maybe that could be a simple command for...