在notebook中执行语句后,有没有办法打印传递给jupyter内核的Jupyter消息?我在网上找不到任何东西。
发布于 2020-02-07 03:22:51
在Jupyter Discourse forum上有一些相关的讨论
讨论了
requestExecute和hererequestExecute中的内核消息讨论了hereonReply, etc. handler functions on the future, or listen to the future’s done promise向JupyterLab添加一些日志记录的一种方式而提到的here experimental_do_complete() here讨论了Comm在ipykernel上通过通信进行通信以访问内核的ZeroMQ hereH226here讨论了为内核管理和内核提供HTTP+WebSockets接口的code>
内核网关在StackOverflow上,我刚刚注意到:
与本地计算机(客户端)上的内核进行交互
https://stackoverflow.com/questions/60100001
复制相似问题