Enable the IPython Clusters tab in Jupyter Notebook

downloaded and preinstalled python3 from

https://www.python.org/downloads/

 

@ on MS Windows
1. python get-pip.py           

2. pip install jupyter

3. pip install --upgrade ipyparallel

4. jupyter serverextension enable --py ipyparallel --user
    jupyter nbextension install --py ipyparallel --user
    jupyter nbextension enable --py ipyparallel --user

5. ipcluster nbextension enable

6. jupyter notebook
# on Windows path: C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36\Scripts\jupyter-notebook.exe

@ on CentOS Linux 8

I. pip install jupyter
II. pip install --upgrade ipyparallel
III.
jupyter-serverextension enable ipyparallel --py --user
jupyter-nbextension install ipyparallel --py --user
jupyter nbextension enable ipyparallel --py --user

IV. ipcluster nbextension enable
VI. jupyter-notebook&
 

@ on Mac OS X (if python 3.8 installed)

Path of jupyter-notebook

/Library/Frameworks/Python.framework/Versions/3.8/bin/jupyter-notebook

type 

python -m pip list

to show package version














for python 3.10.x + jupyter + iparallel










(courtesy of https://github.com/ipython/ipyparallel)




reference
https://stackoverflow.com/questions/39301512/ipcluster-nbextension-enable-doesnt-have-subcommand-specified

https://github.com/ipython/ipyparallel#install


這個網誌中的熱門文章

Upgrade php and httpd(apache) on CentOS 7

Installing VMware workstation pro on Ubuntu 22.X (Jammy Jellyfish)