dask-labextension
dask-labextension copied to clipboard
JupyterLab extension for Dask
So, I'm in an interesting situation where I'm running a Jupyter server and I know that it will have exactly one Dask cluster attached to it. I would like to...
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
In JupyterLab the plots aren't being displayed:  ...and I see an error about HTTP being blocked:  **Environment**: - JupyterHub 1.5.0 / JupyterLab 3.3.1 - Python version: 3.7 -...
I am running a JupyterHub deployment that uses JupyterLab and the Dask lab extension to create HTCondorClusters. The JupyterHub user sessions run inside Docker containers, and so does the Dask...
Is it possible to connect to a scheduler without a public IP running in the same AWS VPC? **What happened**: I'm running a jupyter lab on an AWS EC2 instance...
### The problem Broadly speaking, this extension works by passing around URLs: 1. When a user has a cluster and clicks on the magnifying glass icon, it checks `client.dashboard_link` to...
It took a lot of digging to find out how to connect to a dashboard on a remote machine/ jupyterhub instance. Finally I found: https://jobqueue.dask.org/en/latest/interactive.html#configuration and it works well. Could...
I got "cluster start error - set changed size during iteration" when I try to create a new local cluster from the extension panel. It only happens when previous cluster...
I am trying to have a developmental install. When I type "jlpm build" into the terminal I get this message: jlpm build yarn run v1.21.1 error Couldn't find a package.json...
**What happened**: Pressing `Enter` compared to pressing the Search icon when having entered a Dask Dashboard URL provides different outcomes.   I've realized that if I hover the Search...