Launch App Using Notebooks Hub ------------------------------ Using the Notebooks Hub UI, a new server can be created to launch your app. 1. Use the sidebar navigation panel to select **Servers** and select **Create New** to launch the server wizard. .. figure:: ../../img/QA/QA-create-new-server.png :alt: A screenshot of the Notebooks Hub sidebar and dashboard panel to create new server A screenshot of the Notebooks Hub sidebar and dashboard panel to create new server 2. Select “Create New” in the top right corner. Select Streamlit application type. .. figure:: ../../img/QA/QA-serverlaunch-dashboard-Streamlit.png :alt: A screenshot of Notebooks Hub workflow to launch Streamlit app A screenshot of Notebooks Hub workflow to launch Streamlit app 3. Upload ``.py`` file from local computer or select one from the file cloud (i.e., on the server). .. figure:: ../../img/QA/QA-serverlaunch-selectfile-dashboard.png :alt: A screenshot of Notebooks Hub workflow to launch Streamlit app A screenshot of Notebooks Hub workflow to launch Streamlit app 4. If selecting from the file cloud, navigate to desired ``.py`` file. .. figure:: ../../img/QA/QA-serverlaunch-selectfile-app.png :alt: A screenshot of Notebooks Hub workflow to launch Streamlit app A screenshot of Notebooks Hub workflow to launch Streamlit app 5. Select appropriate hardware to utilize from server host. .. figure:: ../../img/QA/QA-serverlaunch-hardware.png :alt: A screenshot of Notebooks Hub workflow to launch Streamlit app A screenshot of Notebooks Hub workflow to launch Streamlit app 6. Select appropriate module (i.e., python environment) to load for ``.py`` file. .. figure:: ../../img/QA/QA-serverlaunch-modules.png :alt: A screenshot of Notebooks Hub workflow to launch Streamlit app A screenshot of Notebooks Hub workflow to launch Streamlit app 7. Add app name and description. .. figure:: ../../img/QA/QA-serverlaunch-metadata-streamlit.png :alt: A screenshot of Notebooks Hub workflow to launch Streamlit app A screenshot of Notebooks Hub workflow to launch Streamlit app After selecting “Create Server” through the wizard, your app should now appear on the Notebooks Hub dashboard. .. figure:: ../../img/streamlit/streamlit-dashboard.png :alt: A screenshot of the streamlit dashboard on Notebooks Hub A screenshot of the streamlit dashboard on Notebooks Hub