gpt4 book ai didi

python - Windows下Jupyter中的kernel-1234.json在哪里?

转载 作者:行者123 更新时间:2023-12-05 01:20:03 31 4
gpt4 key购买 nike

IPython 有一个用于定位内核连接文件的有用函数。

In [1]: from IPython.lib.kernel import find_connection_file
In [2]: find_connection_file()
Out[2]: 'C:\\Users\\me\\.ipython\\profile_default\\security\\kernel-1234.json'

Windows 上 Jupyter 中的等效项是什么?

最佳答案

self 回答:

In [1]: from jupyter_client import find_connection_file
In [2]: find_connection_file()
Out[2]: 'C:\\Users\\me\\AppData\\Roaming\\jupyter\\runtime\\kernel-1234.json'

关于python - Windows下Jupyter中的kernel-1234.json在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35094744/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com