This extension provides Dask integration in VS Code.
In the preview Native Notebooks interface, you can conveniently open a Dask dashboard from your VS Code notebook with a single click:
Or directly invoke the 'Dask: Connect to Existing Dask Dashboard' command to view your running Dask dashboard right next to your notebooks within VS Code.
To use this extension,
- Install VS Code Insiders.
- Install this extension.
- Launch VS Code Insiders from the command line using
code-insiders --enable-proposed-api=joyceerhl.vscode-dask
.
This project is based on https://github.com/notebookPowerTools/better-jupyter-errors with many thanks.