I am using a lot ipywigets to visualize and create dashboards with voila. Voila is very verstail and handy and has an extension that once install adds a simple Button in the jupyter Menu that when clicked renders the notebook in a new browser tab.
Ist there a similar extension/button for rendering a notebook with streamlit?
In voila the extension is install so: jupyter labextension install @voila-dashboards/jupyterlab-preview
There is no such equivalent in streamlit github repo. Nor did I find it googling it.
The reason behind the question is trying to find out if steeamlit apps can be served on a jupyter hub rendered without a user having to touch a terminal.
Thx