Skip to content

Report an issue

If you encounter any problem related to the extension or the cluster management, you can open an issue here.

Remember to send information about the current environment, for example the current installed packages:

# Dask package versions
pip freeze | grep dask

# scipy package versions
pip freeze | grep scipy

Also, it could be useful to report the error if it is present in the the labextension logs. The corresponding path is: /var/log/dask_labextension.log.

Back to top