FAIRiCUBE / FAIRiCUBE-Hub-issue-tracker

FAIRiCUBE HUB issue tracker
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Add Dask related packages to fairicube hub Jupyter - fairicubeuc2-torch kernel #29

Closed robknapen closed 5 months ago

robknapen commented 7 months ago

In FAIRiCUBE Hub Jupyter there is a tab in JupyterLab for Dask, but when I try to import Dask packages in the fairicubeuc2-torch kernel they are not available. Can they please be added (perhaps also pertains to other kernels)?

Screenshot 2023-11-13 at 14 15 36

robknapen commented 7 months ago

And same for the 'retrying' and 'pyspark' (requiring Apache Spark to be installed as well) packages.

Even though the server is a single node, it can help with writing/experimenting with distributed code and maybe make better use of the available CPU cores on the node.

eox-cs1 commented 5 months ago

[Stefan Achtsnit]1 hour ago

you need to install dask in the conda kernel what you see on the left is just the extension allowing to open the dash dashboard

robknapen commented 5 months ago

Ok, thanks for the reply.