Jun
Jun
@azure/[email protected]" For now it is : ``` const isNode = typeof process !== "undefined" && !!process.version && !!process.versions && !!process.versions.node. ``` maybe this make more sense as electron is more...
出现问题之后左右滑动一下,问题就消失了。
I found this issue when I was trying to debug on a remote kernel, due to the network latency, the UI need some time to change debug status after user...
https://github.com/jupyter/jupyter_client/blob/8ca76ea1e67c9732a67cab812f8129b68671b9cd/jupyter_client/channels.py#L239 You need to set timeout to be 0 in get_msg, otherwise it will get stuck rather than raise Empty and break. 