fix blocking issue when cell contains ipywidget#311
fix blocking issue when cell contains ipywidget#311hjliu0206 wants to merge 1 commit intojupyter:mainfrom
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