-
-
Notifications
You must be signed in to change notification settings - Fork 132
Fix: sync error #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: sync error #148
Conversation
|
In Fact, this is as same as the code in |
Instead of duplicating the code,could we just call jupyter-nbmodel-client or just not having a special case for JUPYTER_SERVER and do the same as for the MCP_SERVER case? |
|
It will be imporved in future depends on research of the difference between serverapp and websocket. |
|
we should just make it simpler, and use the MCP_SERVER case when needed for JUPYTER_SERVER |
|
use same |
echarles
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works for me. Thx @ChengJiale150
|
0.18.1 released with this fix https://github.com/datalayer/jupyter-mcp-server/releases/tag/v0.18.1 |
fix the issue #146
add thread lock and transaction to fix sync bug in
insert_cellandoverwrite_cellrefer to the implement injupyter-nbmodel-client.It work well in my local test, and no sync problem occur.