jupyter notebook 启动 Clusters 教程
jupyter notebook 启动 Clusters 教程
Anaconda 的话输入代码
conda install ipyparallel
pip 安装的jupyter notebook,输入代码
pip install ipyparallel
(base) C:\Users\VICTUS>conda install ipyparallel
Channels:
- defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: D:\Anaconda
added / updated specs:
- ipyparallel
The following packages will be downloaded:
package | build
---------------------------|-----------------
entrypoints-0.4 | py312haa95532_0 17 KB
ipyparallel-8.6.1 | py312haa95532_0 607 KB
------------------------------------------------------------
Total: 625 KB
The following NEW packages will be INSTALLED:
entrypoints pkgs/main/win-64::entrypoints-0.4-py312haa95532_0
ipyparallel pkgs/main/win-64::ipyparallel-8.6.1-py312haa95532_0
Proceed ([y]/n)? y
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
(base) C:\Users\VICTUS>jupyter notebook --generate-config
Overwrite C:\Users\VICTUS\.jupyter\jupyter_notebook_config.py with default config? [y/N]y
Writing default config to: C:\Users\VICTUS\.jupyter\jupyter_notebook_config.py
(base) C:\Users\VICTUS>
重启 jupyter notebook 就可以了