You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this is a duplicate. I think #1120 would require integration with the vscode interface (and seems difficult to do). For ipypopout we might be able to get this working ourselves if we know how to do both things Mario mentioned (serving assets, and find a way to connect to the kernel).
pypopout we might be able to get this working ourselves if we know how to do both things Mario mentioned (serving assets, and find a way to connect to the kernel).
way to connect to the kernel).
Unfortunately there's no webserver nor that is served for an external browser window to connect to the kernel.
The only way to connect to the kernel is via some messaging api, and this will not be possible with external browser windows.
The only approach we have and plan on supporting is using a vs code window.
Would it be possible to get ipypopout working? It opens a new browser window, connects to the kernel it was opened from and shows the target widget.
solara-demo-notebook2.mp4
It would need the following:
Is this possible in vscode / vscode-jupyter?
The text was updated successfully, but these errors were encountered: