Skip to content

Conversation

@d0nghyun
Copy link
Contributor

@d0nghyun d0nghyun commented Nov 5, 2025

Fixed a bug where kernel_id variable was not being updated after creating a new kernel in JUPYTER_SERVER mode. This caused create_session() to receive None as kernel_id, which resulted in creating a second kernel while the first kernel remained unused.

The fix ensures that when a new kernel is created via _start_kernel_local(), the kernel_id variable is properly assigned from the returned kernel dictionary.

Fixed a bug where kernel_id variable was not being updated after creating a new kernel in JUPYTER_SERVER mode. This caused create_session() to receive None as kernel_id, which resulted in creating a second kernel while the first kernel remained unused.

The fix ensures that when a new kernel is created via _start_kernel_local(), the kernel_id variable is properly assigned from the returned kernel dictionary.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@eleonorecharles eleonorecharles merged commit 23b7ef4 into datalayer:main Nov 5, 2025
15 checks passed
@ChengJiale150 ChengJiale150 mentioned this pull request Nov 7, 2025
3 tasks
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