Jeremy Tuloup
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...
### 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...
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...
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...
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...
Investigate some ideas discussed in https://github.com/jupyter/notebook/issues/7175
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:  This is likely related to...
Currently Notebook 7 shows the default file browser on the `/tree` page:  However in JupyterLab it's also possible to use different drives to manage contents from other sources. For...