Jason Weill
Jason Weill
@UriBarkan Thanks for opening this issue! I saw that you were unable to reproduce this using Python on the command line. If you run `ipython` on the command line, does...
I can reproduce this in a tip-of-`main` build (4.2.0rc0) on macOS Ventura 13.6.6 with Python 3.12.2.
@palparam Thank you for opening this issue! It looks like this is not an issue specific to JupyterLab. Can you please open an issue here? https://github.com/jupyter/nbclassic/issues Because nbclassic is in...
I was unable to reproduce this in a terminal with IPython 8.22.2; this seems to be specific to JupyterLab. @eendebakpt Thank you for reporting this!
@lokashrinav Thank you for opening this issue! You can run a cell and _not_ advance in a few ways, notably by pressing CTRL+ENTER. You can also customize your shortcuts in...
@hailiang-shen Thanks for opening this! It looks like the warning is CSS-related. I'm not sure what the error represents, but another dev can look into this. I appreciate your report.
@parantapa Thank you for opening this issue! Does this also happen when you use other apps, like VS Code, that support `ipykernel`? If so, this may be an issue upstream,...
With Firefox and Chrome, I see the expected behavior when I replace the search text (e.g., `test`) with a replacement that matches the search text 0 times (`foo`), 1 time...
The most recent commits fix the 0-match, 1-match, 2-match, and 3-match cases on my desktop.
Still seeing unit test failures; I might have to test again after a rebase.