Carter Peene

Results 69 comments of Carter Peene

Here's the output of `jupyter labextension list`: ``` JupyterLab v3.4.8 /srv/conda/envs/notebook/share/jupyter/labextensions jupyter-offlinenotebook v0.2.2 enabled OK jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments) jupyter-webrtc v0.6.0 enabled OK jupyterlab-datawidgets v7.1.2 enabled OK jupyter-threejs...

Hmmm, running `pip uninstall ipywebrtc` doesn't seem to be the fix.

My apolologies. The import code looks as follows. ```python import h5py import os from dandi import download from dandi import dandiapi from fsspec.implementations.cached import CachingFileSystem from fsspec import filesystem from...

I've discovered the actual error is not with the file download, but with using the _vedo_ library to generate a pop-up window to render the file. Perhaps this stems from...

One fix could be clearing the existing cache directory when a new `CachingFileSystem` is instantiated with the same cache directory name.

Thanks for that insight! I did my best to scour the docs for this info, but didn't find it.

Confirmed that this is not an issue with jupyter book 0.13.2 but is for version 0.14.0

Revised the 'to reproduce' steps above.

It appears not to happen only with pandas tables but any form of output table.

Did this get completed? Using thebe with jupyterbook and would still love this functionality.