Mariko Wakabayashi
Mariko Wakabayashi
@ConverJens You don't need nbclassic because jupyterlab 2.2.9 by default relies on the jupyter/notebook as the backend. If you can access `/tree` then, there's no need for nbclassic. did you...
Hi @bollwyvl, are there any updates on this? I have a draft PR open to make `jupyter_server`'s contents api asynchronous, and I'm trying to make the `FileContentsManager` asynchronous with `aiofiles`....
@bollwyvl no worries. I prefer the proxy option since that requires less code and doc changes, and it'll leave the synchronous methods as is with less chance of causing any...
Thanks for sharing the draft PR. Yeah, compared to `anyio`, `aiofiles`'s documentation, readability, and support is a bit lacking. Using `anyio` seems like a better choice for this use case,...
I am also getting this error whenever I try to inspect elements for my own chrome extension tool. I am unable to view my chrome local storage. It keeps on...