Frédéric Collonval

Results 211 issues of Frédéric Collonval

When rendering a notebook diff in JupyterLab by clicking on the `git` button in a notebook toolbar, I hit the following infinite recursion error: ``` Uncaught (in promise) InternalError: too...

The dependency stack could be reduced by dropping `requests` as it is only used in (+ in the tests): https://github.com/jupyter/nbdime/blob/4291b8c21efb0ac34213aa05523c934691434083/nbdime/webapp/nbdimeserver.py#L92

switch to jupyter-packaging rather than a local setupbase file Yes, but we would need to check carefully, cause I'm wondering if there might have been some drift between the two....

Dear developer, I think there is a bug there. The resolution is not transfer to Bezier curve constructor. https://github.com/xibyte/jsketcher/blob/6a89859da55aa6f0f568f2dea5ca395786e9c370/web/app/cad/sketch/sketchModel.js#L139

**Describe the feature** In notebook up to v6, there is a feature to trigger various tools on top of the cells: ![image](https://user-images.githubusercontent.com/8435071/166728981-46828017-81b3-4ab3-afb2-cbaa2d4a3a19.png) This kind of feature is not available on...

enhancement
tag:Feature Parity

## References Supersedes #11574 Supersedes #9925 Fixes #1587 https://user-images.githubusercontent.com/8435071/143855299-48496a1f-d40c-4a62-88fa-9809a5eb37c8.mp4 Left is the dev version at f8722e8 and right is JLab 3.2.4 - the three notebooks are identical 300cells with 300...

enhancement
documentation
status:Needs Review
pkg:notebook
pkg:codeeditor
pkg:console
pkg:completer
pkg:fileeditor
pkg:markdownviewer
tag:Performance
pkg:cells
pkg:codemirror
pkg:coreutils
pkg:outputarea
tag:Testing
pkg:ui-components
pkg:documentsearch
tag:CSS
pkg:toc
pkg:debugger
Design System CSS
pkg:cell-toolbar

## References Related to https://github.com/jupyterlab/jupyterlab/issues/11336 ## Code changes - The extension manager is fully on the backend - Extension manager is picked from a entry point `jupyterlab.extension_manager_v1` that must implement...

enhancement
documentation
pkg:services
pkg:extensionmanager
api-change
tag:Testing
pkg:ui-components
tag:CSS
Design System CSS

Add pytest-check-links to ensure links are working > black formatter was also applied. hence the important number of changes.

Hey, I was trying to hide the prompt by setting an empty string to `nbsphinx_input_prompt`. This results in a `TypeError` on: https://github.com/spatialaudio/nbsphinx/blob/77f305b071b2045444602167510c1184dd3e6e21/src/nbsphinx.py#L1065 The blame is the `%` format. Would you...

Using a fresh install of Jupyter Lab my usual `breakpoint()` to invoke the debugger in a Notebook is skipped (see screenshot). Using `import pdb; pdb.set_trace()` instead invokes `pdb` as expected....