-
Notifications
You must be signed in to change notification settings - Fork 82
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
Python web applications should run in the Viewer #1302
Comments
I looked at the source code for some of these and found that most of them don't give you the ability to set a launch hook, so automatically opening the Viewer when one of these applications starts is pretty tough and will probably require some bailing wire and heuristic behavior. Some breadcrumbs:
|
As of today, the experience is:
The rest of this issue will be implemented per-framework:
Shiny for Python is omitted from the list since the experience is quite nice via the Shiny VSCode extension, which is compatible with Positron. |
This is maybe a bit of a tricky feature, but it would be great if we could support running Python web applications in the Viewer. Currently they run in various places using the language-specific CLI, but unifying those into a single experience would be powerful. To my knowledge none of the available IDEs do a good job of previewing these apps alongside the source code.
The frameworks I'd recommend supporting are:
The text was updated successfully, but these errors were encountered: