There're docs scattered under Jupyter or ipyparallel, but there's no a single piece document illustrating the entire process from beginning to end. I am really confused. Can anyone has experience to share?
Here are checks about my environment.
$ipcluster --version
5.2.0
$which -a ipcluster
/home/etlolap/anaconda3/bin/ipcluster
/user/bin/cluster
$head -n 1 $(which ipcluster)
#!/home/etlolap/anaconda3/bin/python
I can see the Clusters tab in Jupyter but it still prompts to ask for installation of ipyparallel.
To enable the IPython Clusters tab in Jupyter Notebook:
ipcluster nbextension enable
But I got the following issue hence it didn't work. It looks that nbextension is even not a valid argument.
No subcommand specified. Must specify one of: ['start', 'stop', 'engines'].