Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

This PR updates the dependencies used for the Wasm demo: - [x] Update to `webpack` 5 - [x] Add `package-lock.json` to keep track of the current set of dependencies -...

## Is your feature request related to a problem? Please describe Many open-source projects have adopted the following workflow for making contributions: - a central repository, usually under a GitHub...

meta: never-stale
team: webapp

### Description Try updating to the latest pandas which was just released on PyPI: https://pypi.org/project/pandas/2.0.0 ### Checklists - [x] Add a [CHANGELOG](https://github.com/pyodide/pyodide/blob/main/docs/project/changelog.md) entry - [ ] Add / update tests...

## Current Behavior With Lerna 7 when using the `cacheableOperations` option to cache `build` scripts, making changes to source files and re-running the `build` script does not trigger a new...

type: bug

To ease maintenance, it would be useful to have a script that checks what the latest version of JupyterLab is, and automatically opens a PR that bumps to the newer...

maintenance

Opening an issue to check the keyboard shortcut parity with the classic notebook. This was originally posted by @lemontheme in https://github.com/jupyter/notebook/discussions/6591. Posting the original message below: --- Originally posted by...

enhancement

The latest JupyterLab 4.1 pre-release includes a new functionality for loading custom CSS: https://github.com/jupyterlab/jupyterlab/pull/14743 The same feature was added in Notebook 7 for parity with the classic notebook: - https://github.com/jupyter/notebook/pull/6841...

enhancement

Investigate some ideas discussed in https://github.com/jupyter/notebook/issues/7175

maintenance

Testing on the latest `main`, which includes the recent changes that landed in JupyterLab w.r.t windowing mode, it looks like the CSS is off: ![image](https://github.com/jupyter/notebook/assets/591645/97ecf393-55e4-491d-bccc-d411a091bd69) This is likely related to...

bug

Currently Notebook 7 shows the default file browser on the `/tree` page: ![image](https://user-images.githubusercontent.com/591645/208236723-892d5899-711f-4e2e-9408-5f68e732a3b5.png) However in JupyterLab it's also possible to use different drives to manage contents from other sources. For...

enhancement