Maarten Breddels
Maarten Breddels
Hi, I was profiling with [viztracer](https://github.com/gaogaotiantian/viztracer/), and found this (the pink part on the right, ensure_future->create_task):  Writing to a websocket will always return a Future, but it's relatively costly,...
I didn't find much online about this, but when connecting through cloudflare to a tornado WebSocket handler I received these headers: ``` Host: dataframe.vaex.io X-Real-Ip: 141.101.105.77 X-Forwarded-For: 89.188.19.102, 141.101.105.77 Connection:...
since #61 out CI breaks (tested locally), but I'm not sure why yet, it seems some tasks don't get executed. I know this is not (yet) a helpful issue, but...
Hi, thanks for this amazing package, this was for me the reason to adopt asyncio (otherwise the maintenance burden was too high). I sometimes see this error in CI systems,...
I always get this issue with jupyter-webrtc (but I believe only the second time in run `jupyter lab watch`!) ```bash $ jupyter labextension list working JupyterLab v0.33.0rc1 Known labextensions: app...
# Issue For dashboarding, it is useful to have a kernel + the final state ready instantly. If for instance, it takes ~5 minutes to execute a notebook, it does...
@lesteve : @SylvainCorlay suggested I ping you to include you in the conversation Dear all, Let me start with saying this is a really awesome project, and I've already managed...
This is the initial attempt to use a notebook + nbconvert to produce rich output, as explained in #421. It does not yet do any attempt to make a snapshot...
This is just a proof of concept, which I managed to get working just for https://github.com/maartenbreddels/ipyvolume/, and shows where we want to go with ipywidget support (and more). I will...
Looking at how ipykernel and IPython are used, I wonder if we can remove them as dependencies. I think in xeus-python, and in pyodide environments we do not use the...