You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to add !pip install ipyparallel to run this notebook, and then ran into this:
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
Cell In[5], line 1
----> 1 cluster = ipp.Cluster.from_file()
2 rc = cluster.connect_client_sync()
3 # wait to get the engines and print their id
File /srv/conda/envs/notebook/lib/python3.10/site-packages/ipyparallel/cluster/cluster.py:556, in Cluster.from_file(cls, cluster_file, profile, profile_dir, cluster_id, **kwargs)
554 # ensure from_file preserves cluster_file, even if it moved
555 kwargs.setdefault("cluster_file", cluster_file)
--> 556 with open(cluster_file) as f:
557 return cls.from_dict(json.load(f), **kwargs)
FileNotFoundError: [Errno 2] No such file or directory: '/home/jovyan/.ipython/profile_default/security/cluster-.json'
The text was updated successfully, but these errors were encountered:
I had to add
!pip install ipyparallel
to run this notebook, and then ran into this:The text was updated successfully, but these errors were encountered: