Mito Apps
Deploy your Jupyter notebooks as Streamlit apps with the click of a button.
How to deploy your app?
Create a new directory for your app. The directory should only contain:
The jupyter notebook you want to deploy as a streamlit app
Any required data or config files that are required to execute the jupyter notebook.
Give the directory a useful name. This name will be used to generate your Streamlit app url.
Turn on beta features by:
Opening the Mito AI taskpane
Clicking on the
gear icon
in the top left hand cornerSelecting the
General
tabToggling
Beta mode
onRefresh your browser. You should now see a purple button in the top right hand corner of your Jupyter notebook toolbar that says
Deploy App
.
Once you are ready to convert your notebook, click the
Deploy App
button. Watch for status updates in the bottom ride hand corner of your sceen. In about 3 minutes, your app will be deployed and ready to share with your colleagues.
Last updated
Was this helpful?