Skip to content

Commit 65cadf6

Browse files
committed
rearrange for clarity
1 parent 03fc97d commit 65cadf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run-interactive-apps.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ Currently, Positron supports the following Python app frameworks:
2727

2828
Then, Positron runs the app in a dedicated **Terminal** tab and opens the app URL in the **Viewer** pane.
2929
If your application does not automatically open in the Viewer, check that the setting [`positron://settings/python.terminal.shellIntegration.enabled`](positron://settings/python.terminal.shellIntegration.enabled) is enabled.
30-
To stop the app, select the **Terminal** tab running the application and use the trash can icon to delete the **Terminal** or press `Ctrl+C` to stop the process.
3130

3231
![A Streamlit app in the Positron Viewer](images/run-app-streamlit.png)
3332

33+
To stop the app, select the **Terminal** tab running the application and use the trash can icon to delete the **Terminal** or press `Ctrl+C` to stop the process.
34+
3435
## Debugging an interactive app
3536

3637
1. Open the `.py` file of a supported app framework.

0 commit comments

Comments
 (0)