Skip to content

Implement history request#1073

Open
lionel- wants to merge 2 commits intomainfrom
feature/history
Open

Implement history request#1073
lionel- wants to merge 2 commits intomainfrom
feature/history

Conversation

@lionel-
Copy link
Contributor

@lionel- lionel- commented Mar 2, 2026

Second part of #1069.

Adds support for the history_request message type defined in the Jupyter protocol. Previously, history_request was completely unrecognized by amalthea and the message failed to parse as a known type, got logged as a warning, and no reply was ever sent. Clients would time out waiting.

The handler is exposed as ShellHandler::handle_history_request that individual kernels can override. Ark returns empty history since we don't maintain Jupyter-style session history.

@lionel- lionel- requested a review from DavisVaughan March 2, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants