Jeremy Tuloup

Results 481 issues of 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...

enhancement

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...

enhancement
breaking

## 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...

bug

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 ![image](https://user-images.githubusercontent.com/591645/229555022-6c894686-c84e-4c5b-8de4-2a28e5307acc.png) 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: ![image](https://github.com/jupyterlab/extension-examples/assets/591645/0b065b1e-3600-490b-b894-8ece3208e5b2) 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...

enhancement

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`...

enhancement