CaImAn icon indicating copy to clipboard operation
CaImAn copied to clipboard

Tracking bug: VSCode's "Jupyter mode" does not support all Jupyter UI in caiman

Open pgunn opened this issue 2 years ago • 3 comments

Some UI elements in the demo_dendridic nodebook don't show up when being evaluated in VSCode's Jupyter-like mode; in particular the accepted and rejected components (which have an interactive widget, which is probably why they don't show up).

This is a tracking bug that I don't know if we'll ever fix; recording it to document the problem.

pgunn avatar Aug 10 '22 16:08 pgunn

Relatively recently, I believe VS Code added support for remote frame buffers so the holoviews/bokeh widgets now show in my VS Code windows for my caiman notebooks. You might check to see if it works for you now just to be sure it isn't just my Windows machine.

EricThomson avatar May 01 '23 18:05 EricThomson

Remote frame buffer is different from how bokeh shows stuff, they are completely different things. And it was jupyter_rfb that added vscode support recently, not the other way around.

kushalkolar avatar May 01 '23 18:05 kushalkolar

I definitely spoke too soon -- it looks like some of the bits still don't work for the dendritic example (and as Kushal pointed out, if they did, it wouldn't be because of rfb). They work fine in standalone notebook for me, but not in VS Code.

EricThomson avatar May 01 '23 20:05 EricThomson