Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ipypopout #16251

Closed
mariobuikhuizen opened this issue Nov 26, 2024 · 3 comments
Closed

Support for ipypopout #16251

mariobuikhuizen opened this issue Nov 26, 2024 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality triage-needed Issue needs to be triaged

Comments

@mariobuikhuizen
Copy link

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:

  • The server extension of Voila or a way to serve a static HTML file accessible by the opened browser window.
  • Access the vscode-jupyter-kernel from the opened browser window.

Is this possible in vscode / vscode-jupyter?

@mariobuikhuizen mariobuikhuizen added the feature-request Request for new features or functionality label Nov 26, 2024
@vs-code-engineering vs-code-engineering bot added the triage-needed Issue needs to be triaged label Nov 26, 2024
@DonJayamanne
Copy link
Contributor

Duplicate of #1120

@DonJayamanne DonJayamanne marked this as a duplicate of #1120 Nov 27, 2024
@maartenbreddels
Copy link

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).

@DonJayamanne
Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality triage-needed Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants