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:\Anacondaadded / updated specs:- ipyparallelThe following packages will be downloaded:package | build---------------------------|-----------------entrypoints-0.4 | py312haa95532_0 17 KBipyparallel-8.6.1 | py312haa95532_0 607 KB------------------------------------------------------------Total: 625 KBThe following NEW packages will be INSTALLED:entrypoints pkgs/main/win-64::entrypoints-0.4-py312haa95532_0ipyparallel pkgs/main/win-64::ipyparallel-8.6.1-py312haa95532_0Proceed ([y]/n)? yDownloading 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 就可以了