Open Streamlit as a VsCode Tab Instead of Browser?

Is it possible, when using VsCode, to get streamlit to open a web browser page within a VsCode tab instead of opening the page in an external browser? This would be nicer for debugging.

But you can do the debugging from your terminal for the app. If you change any element of the app, it directly reflects on the page. Before that you need to enable Always Rerun option in the browser page

Manually possible by using the Simple Browser: Show.
Steps:

  1. Ctrl + Shift + P ( Open the pallete)
  2. Search and select โ€œSimple Browser: Showโ€
  3. Paste the streamlit web address then press enter

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.