I’ve been using the jupyter with Julia for data analysis in VS code for quite some time now. However recently I got the request to make a GUI to visualize the data, so most obvious choice for me was Interact.jl and Blink.jl and then package and distribute to collegues. However all being based on WebIO, you need the extension to run in a jupyter notebook/lab. I followed the documentation in this case, with these extensions installed, it seems to be working fine in jupyter notebook and jupyter lab but not in VScode?
I check the settings in VScode and I’m starting my server from my root python environment (I also installed WebIO python requirements here). Did anyone else encounter problems like this? Can it be done?