Skip to content

repl: Fix duplicate output inside notebooks - #48616

Merged
MrSubidubi merged 7 commits into
zed-industries:mainfrom
MostlyKIGuess:fix/repl-jupy-dup
Feb 25, 2026
Merged

repl: Fix duplicate output inside notebooks#48616
MrSubidubi merged 7 commits into
zed-industries:mainfrom
MostlyKIGuess:fix/repl-jupy-dup

Conversation

@MostlyKIGuess

@MostlyKIGuess MostlyKIGuess commented Feb 6, 2026

Copy link
Copy Markdown
Collaborator
  • Render the output only when needed, fixes the duplicate output that can happen after opening a saved notebook.
  • Vim in Jupyter View with j/k navigation across notebook cells

Release Notes:

  • N/A

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Feb 6, 2026
- Switch editor mode to Full, enable Vim modal
- Add NotebookMoveDown/NotebookMoveUp actions and vim keybindings ->
  implement handlers to move within the editor or switch to the
  next/previous cell when the cursor is at the last/first line.
@MostlyKIGuess

Copy link
Copy Markdown
Collaborator Author

I can't seem to change the PR title.. it was initially just supposed to be a fix, but as I was working on the fixed branch.. decided to just add it here.

@rgbkrk rgbkrk added the area:repl repl, jupyter, notebooks, etc label Feb 10, 2026
- doing this as, vim test would fail to recognize them if done inside
  notebook given it's under the env variable

@MrSubidubi MrSubidubi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MrSubidubi
MrSubidubi merged commit 72fa971 into zed-industries:main Feb 25, 2026
27 checks passed
rtfeldman pushed a commit that referenced this pull request Feb 27, 2026
- Render the output only when needed, fixes the duplicate output that
can happen after opening a saved notebook.
- Vim in Jupyter View with j/k navigation across notebook cells

Release Notes:

- N/A
tahayvr pushed a commit to tahayvr/zed that referenced this pull request Mar 4, 2026
- Render the output only when needed, fixes the duplicate output that
can happen after opening a saved notebook.
- Vim in Jupyter View with j/k navigation across notebook cells

Release Notes:

- N/A
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
- Render the output only when needed, fixes the duplicate output that
can happen after opening a saved notebook.
- Vim in Jupyter View with j/k navigation across notebook cells

Release Notes:

- N/A
jolutz pushed a commit to jolutz/zed that referenced this pull request Aug 8, 2026
- Render the output only when needed, fixes the duplicate output that
can happen after opening a saved notebook.
- Vim in Jupyter View with j/k navigation across notebook cells

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:repl repl, jupyter, notebooks, etc cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants