jack liu
jack liu
i have raise an merge request about the issue https://github.com/jupyter/nbclient/issues/312
for the first screenshot which you pasted , you mean nbclient will not execute second cell ? (%load xxxx)
here is my fix merge request https://github.com/jupyter/nbclient/pull/311
link to the issue : https://github.com/jupyter/nbclient/issues/312
@blink1073 hi , blink, can you review my merge request ?
@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...
@davidbrochart If I make this change in my own company's branch of the project , do you think does there exist any potential problems ?
> Changing the code to `%matplotlib inline` (from `%matplotlib widget`) allows this example to succeed. So I suspect it is blocking due to some assumption in the `widget` engine @dleen...