# Tutorial: Running Interactive Python in Galileo ### Gettting started with Python in Galileo To get started with Galileo, [log into your account](http://galileo.hypernetlabs.io/) using Firefox or Chrome. ### Understanding the user interface and cloning a Mission When you log into Galileo, the first thing you’ll see is your Dashboard: ![View of the Galileo Dashboard](images/common/dashboard.png) To run the Python interactive example, start by navigating to the Missions tab using the side menu. Clone the Python interactive example Mission from the Explore Missions tab. Use the filter to search for the mission by name and click "Apply". ![Find the public example mission by name](images/python_interactive/find_public.png) Once you have found the correct Mission, click "View Mission". ![Click View Mission](images/python_interactive/example_mission.png) To clone the public Mission to your account, click the "Clone" button in the upper right corner of the interface. Choose between creating a public or private clone and also choose which Cargo Bay to use. ![Clone the mission](images/python_interactive/clone_mission.png) You will now see a cloned copy of the Mission in your Missions. ![The cloned copy](images/python_interactive/cloned_copy.png) ### Let's take a look at our files The jupyter_example.ipynb conducts some exploratory data analysis and visualizes the decision boundaries of various machine learning algorithms using the supplied iris.csv data set. It also demonstrates how to use data sets loaded from an online source or from a library. ### Running a job and collecting results Now we are ready to run a job using the Mission. Click the **Run** button in the upper right corner of the Mission tab. You will see a "Mission run successfully!" message. At the bottom of the Mission tab, you can track the progress of the job. ![Track job progress](images/python_interactive/track_job.png) Once the job's status is "Job In Progress", you are ready to open Jupyter. First, copy the automatically-generated tunnel password for the Mission by clicking on the key icon. Copy the password to your clipboard: ![Copy the password](images/python_interactive/copy_password.png) Now, click **Job In Progress** and then click the chain icon to open the tunnel URL. ![Click on the tunnel URL](images/python_interactive/chain.png) Paste the password and click **Log in**. You are now using Jupyter in Galileo and you have immediate access to the files you uploaded as part of the Mission. ![Jupyter in Galileo](images/python_interactive/jupyter.png) Once you have finished working in Jupyter, navigate back to the Mission tab and open the three-dot menu in the Jobs progress panel. Stop the job by clicking **Stop Job**. ![Stop the job](images/python_interactive/stop_job.png) The job will shut down and collect the results. Once the job progress reads "Completed", you can download any files generated by the Jupyter job by opening the three-dot menu again and clicking **Download**. ![Download results](images/python_interactive/download.png) ### Contact us We hope this tutorial was helpful. Please let us know if you have any questions or any problems using Galileo. Your feedback is extremely important to us. Contact us anytime at [matthew@hypernetlabs.io](matthew@hypernetlabs.io) or [alexander@hypernetlabs.io](alexander@hypernetlabs.io).