Skip to content

Fix Python API interactive widgets broken and add support for Marimo#3803

Open
StasJ wants to merge 1 commit intomainfrom
issue3802
Open

Fix Python API interactive widgets broken and add support for Marimo#3803
StasJ wants to merge 1 commit intomainfrom
issue3802

Conversation

@StasJ
Copy link
Copy Markdown
Collaborator

@StasJ StasJ commented Mar 19, 2026

Fix #3802 by moving OSGL context handling to VAPI. Also adds support for Marimo notebooks. All of Vapor's example jupyter notebooks are now also included as Marimo notebooks.

@sgpearse sgpearse self-requested a review March 23, 2026 16:04
@StasJ
Copy link
Copy Markdown
Collaborator Author

StasJ commented Mar 23, 2026

@sgpearse
Copy link
Copy Markdown
Collaborator

Hey Stas, I'm still getting a dead kernel with Jupyter on Casper with the referred linux-64 installer. How can I verify that this build was with your latest changes for the PythonAPI? I'm at 3.11 but I'd like to know how to ascertain the commit hash.

Screenshot and console error below.

Screenshot 2026-03-24 at 5 14 06 PM
[IPKernelApp] ERROR | Invalid message
Traceback (most recent call last):
  File "/glade/work/pearse/conda-envs/issue3803v2/lib/python3.10/site-packages/ipykernel/kernelbase.py", line 591, in shell_channel_thread_main
    socket = subshell_manager.get_shell_channel_to_subshell_socket(subshell_id)
  File "/glade/work/pearse/conda-envs/issue3803v2/lib/python3.10/site-packages/ipykernel/subshell_manager.py", line 107, in get_shell_channel_to_subshell_socket
    return self.get_shell_channel_to_subshell_pair(subshell_id).from_socket
  File "/glade/work/pearse/conda-envs/issue3803v2/lib/python3.10/site-packages/ipykernel/subshell_manager.py", line 92, in get_shell_channel_to_subshell_pair
    return self._cache[subshell_id].shell_channel_to_subshell
KeyError: 'e357a168-0b31-46ce-9f30-4c781ac85691'
Screenshot 2026-03-24 at 5 14 57 PM

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.

Python API interactive widgets broken

2 participants