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

Python: support dash applications in Viewer pane #3025

Closed
isabelizimm opened this issue May 6, 2024 · 1 comment
Closed

Python: support dash applications in Viewer pane #3025

isabelizimm opened this issue May 6, 2024 · 1 comment
Assignees
Labels
area: viewer Issues related to Viewer category. enhancement New feature or request lang: python theme: app builder

Comments

@isabelizimm
Copy link
Contributor

To fully support Dash, we want to be able to:

  • recognize Dash Python files and have a gesture to click "Play" and run in terminal
  • automatically open application on "Play" in Viewer pane

Notes:

Dash does not use a special CLI command, you currently run python app.py for a Dash app. It is powered by Flask (and also has modes to be run inside a Jupyter notebook environment).

@testlabauto
Copy link
Contributor

Verified Fixed

Positron Version(s) : 2024.09.0-95
OS Version          : OSX

Test scenario(s)

Verified by adding dash example to qa-example-content

Link(s) to TestRail test cases run or created:

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: viewer Issues related to Viewer category. enhancement New feature or request lang: python theme: app builder
Projects
None yet
Development

No branches or pull requests

4 participants