Data Analysis and Visualization Course
pip install flask
pip install pandas
Create a website from current updated Mars data, scraping from Nasa website and Nasa Twitter.
app.py
is used to host the index.html
. This communicates with the jupyter notebook file mission_to_mars.ipynb
. Images are available in the images
folder.
- Open jupyter notebook and
run all
in the program. This shows the program is working - Run
python app.py
. Chrome Webpage will open for chrome extension. This is when the scraping happens. - Watch the information populate in the index file scraping from both NASA website and twitter.