-
Notifications
You must be signed in to change notification settings - Fork 55
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 blocking issue when cell contains ipywidget #311
base: main
Are you sure you want to change the base?
Conversation
link to the issue : #312 |
@blink1073 |
Thanks @hjliu0206 for opening an issue and a PR. |
@davidbrochart hello , david, it's nbclient module block and pulls messages from the shell channel while sending messages to shell channel , most of the logic written in the nbclient , I'm not sure how to modify the jupyter client to fix this problem |
@davidbrochart If I make this change in my own company's branch of the project , do you think does there exist any potential problems ? |
No, you are free to fork nbclient, but this might not be the best solution. |
Changing the code to |
@dleen hello, when you replace with %matplotlib inline, just render static image , will not sync widget data to kernel, the bug occured when nbconvert need send widget status data to the kernel , and then pull data from the kernel |
fix blocking issue when cell contains ipywidget