joyceerhl / vscode-dask

3 stars 1 forks source link

Dask Extension for Visual Studio Code

This extension provides Dask integration in VS Code.

Features

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.

Using this extension

To use this extension,

  1. Install VS Code Insiders.
  2. Install this extension.
  3. Launch VS Code Insiders from the command line using code-insiders --enable-proposed-api=joyceerhl.vscode-dask.

Acknowledgments

This project is based on https://github.com/notebookPowerTools/better-jupyter-errors with many thanks.