差别
这里会显示出您选择的修订版和当前版本之间的差别。
| python:代码调试:jupyter:jupyter-基本使用 [2026/01/06 06:19] – 创建 ctbots | python:代码调试:jupyter:jupyter-基本使用 [2026/01/07 03:21] (当前版本) – ctbots | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== jupyter-基本使用 ====== | ||
| + | |||
| + | ===== jupyter的基本参数设置 ===== | ||
| + | |||
| + | |||
| jupyter绑定在0.0.0.0 端口 | jupyter绑定在0.0.0.0 端口 | ||
| 行 5: | 行 10: | ||
| | | ||
| - | 会列出当前的token | + | 会列出当前的token; |
| + | |||
| + | ===== pycharm中jupyter发生异常,如何重置 ===== | ||
| + | |||
| + | <code shell fix.sh> | ||
| + | pkill -f jupyter | ||
| + | rm ~/ | ||
| + | rm -rf ~/ | ||
| + | </ | ||
| + | |||
| + | 然后jupyter就被重置了 | ||