Dave Hirschfeld

Results 89 issues of Dave Hirschfeld

Moved from https://github.com/python-trio/trio/issues/552#issuecomment-401646008 ```python import asyncio from functools import partial import trio import trio_asyncio from dask.distributed import Client async def f(): async with trio_asyncio.open_loop() as loop: client = await loop.run_asyncio(partial(Client,...

In JupyterLab the plots aren't being displayed: ![image](https://user-images.githubusercontent.com/881019/161668694-15ddd4ff-fe19-4fd5-92f1-05199c50db55.png) ...and I see an error about HTTP being blocked: ![image](https://user-images.githubusercontent.com/881019/161668614-b82fd430-0431-4b5e-9d6b-1b3c33e5d31e.png) **Environment**: - JupyterHub 1.5.0 / JupyterLab 3.3.1 - Python version: 3.7 -...

A common workflow for me when using distributed is to layout my JupyterLab with a couple of `dask` panes so I can keep an eye on the cluster. I'm often...

As discussed in https://github.com/dask/dask-labextension/issues/21#issuecomment-418014155 I'm seeing CORS errors when using this extension: ``` 18 Cross-Origin Read Blocking (CORB) blocked cross-origin response with MIME type text/html. See for more details. ```...

I'd like to use the dark theme when previewing my voila dashboard in JupyterLab. It doesn't appear this is possible? I tried passing it as an argument to the url...

enhancement

***xref:*** https://github.com/lckr/jupyterlab-variableInspector/issues/95 The Variable Inspector extension already has a capability to view different types of variable such as arrays and dataframes. So as to not duplicate effort it would be...

@jupyterlab/dataregistry-extension

In the initialize function `-l` is unconditionally appended to the shell arguments irrespective of whatever shell it is. Since `pwsh` is available on linux the logic should be updated to...

good first issue

Fairly often I need to create activate/deactivate scripts to do 2 common things: 1. Set an env var 2. Add an entry to the path It would be great if...

### Proposal: Have a single top-level `requirements` section as there is currently with required keys `host` and `run` and then optionally allow ***any other keys*** to specify named dependencies. A...

Before `fsspec` existed I used `pyfilesystem2` and was very happy with it - it's a great library however it (apparently) didn't meet all the requirements for `dask` so `fsspec` was...

tag: question