Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 819 Bytes

File metadata and controls

45 lines (21 loc) · 819 Bytes

Playing-with-nasa-datasets

This repository was created aiming to get insights on Nasa open datasets

To run this notebook, follow the instruction bellow:

Commands to run:

1) Creating a virtual environment for python3

  • python3 -m pip install --upgrade pip (upgrading pip)

  • pip3 install virtualenv(installing virtualenv)

  • virtualenv venv (naming virtualenv)

  • source venv/bin/activate (activating virtualenv)

2) Jupyter Notebook

  • python3 -V (cheking python version)

  • pip3 install jupyter notebook (installing)

  • jupyter notebook (running)

  • deactivate ( to exit)

3) Installing libraries

  • pip3 install pandas

  • pip3 install scikit-learn

  • pip3 install scipy

  • pip3 install matplotlib

  • pip3 install geopandas

      				*This study is open to contribution!*