Jeremy Tuloup
Jeremy Tuloup
### Problem As noticed in https://github.com/jupyterlite/jupyterlite/pull/1021 (and previous similar PRs), since JupyterLite only includes a subset of the JupyterLab extensions and plugins it's possible that some third-party extensions will not...
Fixes https://github.com/jupyterhub/repo2docker/issues/1095 ### Changes - [x] Update the base environment to JupyterLab 4 and Notebook 7 - [x] Update to Jupyter Server 2 - [x] Do not update Python 3.7...
## Description Icons are not properly displayed with the latest version of the extension. There are also some styling issues (the version for JupyterLab 3 looks nicer). ## Reproduce Install...
JupyterLab was added to the metapackage in https://github.com/jupyter/jupyter/pull/615 But currently the latest release on PyPI is still `1.0.0`, without the `jupyterlab` dependency: https://pypi.org/project/jupyter  With https://github.com/jupyter/jupyter/pull/628 it looks like it...
It would be nice to have an example showing how to use dialogs and / or all the different types of dialogs available. Some examples already use dialogs, for example:...
The current issue templates are the ones from the `jupyterlab` organization on GitHub:  However they don't seem to be all relevant for this repo of examples. Instead we could...
### Problem Custom drives are a powerful feature of JupyterLab that allow extensions to provide additional sources of contents. For example: - https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access - https://github.com/jupyterlab/jupyterlab-github ### Proposed Solution Creating a...
Update CI to use `mamba-org/setup-micromamba`.
Update to the following dependencies: - `notebook==7.0.3` - `xeus-python=0.15.9` - `xwidgets=0.28.0` - `xeus-cling=0.15.3` Motivated by the discussion in https://github.com/jupyter-xeus/xeus-python/issues/592
Hey folks, Is it be possible to use custom kernel ids in an `ExtensionApp`, when starting a new kernel with `self.kernel_manager.start_kernel()`? This seems to be supported in the base `MultiKernelManager`...