Skip to content

repl: Initial stdin support for kernels#48851

Merged
miguelraz merged 3 commits intozed-industries:mainfrom
rgbkrk:rgbkrk/repl-stdin-support
Feb 13, 2026
Merged

repl: Initial stdin support for kernels#48851
miguelraz merged 3 commits intozed-industries:mainfrom
rgbkrk:rgbkrk/repl-stdin-support

Conversation

@rgbkrk
Copy link
Collaborator

@rgbkrk rgbkrk commented Feb 10, 2026

Support stdin from Jupyter kernels AKA input() and getpass() in IPython.

image image

Closes #22746

Release Notes:

  • Added STDIN support (input / raw_input) to REPL

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 10, 2026
@github-actions github-actions bot added the community champion Issues filed by our amazing community champions! 🫶 label Feb 10, 2026
@rgbkrk rgbkrk force-pushed the rgbkrk/repl-stdin-support branch 2 times, most recently from 4053c26 to cb7e3fe Compare February 10, 2026 05:18
@rgbkrk rgbkrk added the area:repl repl, jupyter, notebooks, etc label Feb 11, 2026
@rgbkrk rgbkrk force-pushed the rgbkrk/repl-stdin-support branch from f01df0e to 50beba1 Compare February 11, 2026 20:01
@rgbkrk rgbkrk marked this pull request as ready for review February 11, 2026 20:10
@rgbkrk rgbkrk force-pushed the rgbkrk/repl-stdin-support branch 2 times, most recently from a410879 to fd0b41d Compare February 11, 2026 21:44
@rgbkrk rgbkrk force-pushed the rgbkrk/repl-stdin-support branch from fd0b41d to 9db261a Compare February 11, 2026 23:11
@miguelraz miguelraz merged commit 8249ef5 into zed-industries:main Feb 13, 2026
27 checks passed
@rgbkrk rgbkrk deleted the rgbkrk/repl-stdin-support branch February 13, 2026 22:01
morgankrey added a commit that referenced this pull request Feb 19, 2026
Auto-applied queued documentation suggestions from:
- PR #48908
- PR #48909
- PR #48910
- PR #48912
- PR #48930
- PR #44794
- PR #48763
- PR #45073
- PR #48495
- PR #49374
- PR #49139
- PR #48780
- PR #48619
- PR #48978
- PR #48962
- PR #48988
- PR #47860
- PR #49015
- PR #47095
- PR #47475
- PR #48542
- PR #46766
- PR #47754
- PR #48807
- PR #44506
- PR #49051
- PR #49069
- PR #48842
- PR #48851
- PR #48736
- PR #47673
- PR #49094
- PR #49098
- PR #49622

Generated with script/docs-suggest-publish for human review in draft PR.
morgankrey added a commit that referenced this pull request Feb 25, 2026
Auto-applied queued documentation suggestions from:
- PR #48908
- PR #48909
- PR #48910
- PR #48912
- PR #48930
- PR #44794
- PR #48763
- PR #45073
- PR #48495
- PR #49374
- PR #49139
- PR #48780
- PR #48619
- PR #48978
- PR #48962
- PR #48988
- PR #47860
- PR #49015
- PR #47095
- PR #47475
- PR #48542
- PR #46766
- PR #47754
- PR #48807
- PR #44506
- PR #49051
- PR #49069
- PR #48842
- PR #48851
- PR #48736
- PR #47673
- PR #49094
- PR #49098
- PR #49622
- PR #49554
- PR #49710
- PR #49716
- PR #49732
- PR #49788
- PR #49876
- PR #49902
- PR #49910
- PR #49390
- PR #50027

Generated with script/docs-suggest-publish for human review in draft PR.
morgankrey added a commit that referenced this pull request Feb 25, 2026
Auto-applied documentation from:
- PR #48542: Bedrock extended context window
- PR #46766: LSP adapters in settings schema
- PR #47754: VSCode tasks.json label generation

Skipped (no target file exists):
- PR #49069: panel zoom state persistence

Already documented from prior batches:
- PR #48807, PR #44506, PR #49051, PR #48842, PR #48851, PR #48736
morgankrey added a commit that referenced this pull request Feb 25, 2026
Auto-applied queued documentation suggestions from:
- PR #48908
- PR #48909
- PR #48910
- PR #48912
- PR #48930
- PR #44794
- PR #48763
- PR #45073
- PR #48495
- PR #49374
- PR #49139
- PR #48780
- PR #48619
- PR #48978
- PR #48962
- PR #48988
- PR #47860
- PR #49015
- PR #47095
- PR #47475
- PR #48542
- PR #46766
- PR #47754
- PR #48807
- PR #44506
- PR #49051
- PR #49069
- PR #48842
- PR #48851
- PR #48736
- PR #47673
- PR #49094
- PR #49098
- PR #49622
- PR #49554
- PR #49710
- PR #49716
- PR #49732
- PR #49788
- PR #49876
- PR #49902
- PR #49910
- PR #49390
- PR #50027

Generated with script/docs-suggest-publish for human review in draft PR.
morgankrey added a commit that referenced this pull request Feb 25, 2026
Auto-applied documentation from:
- PR #48542: Bedrock extended context window
- PR #46766: LSP adapters in settings schema
- PR #47754: VSCode tasks.json label generation

Skipped (no target file exists):
- PR #49069: panel zoom state persistence

Already documented from prior batches:
- PR #48807, PR #44506, PR #49051, PR #48842, PR #48851, PR #48736
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 community champion Issues filed by our amazing community champions! 🫶

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Raw Input using REPL

3 participants