Meteorite_Data_Mine

For NMSU CS 488

UNLICENSE License

Stars
2
Committers
4

For NMSU CS 488 Fall 2023 with Instructor: Dr. Tuan Le

Setup Instructions

Linux

  1. Clone the repository to a machine which has a local display (Does not work on a remote server headlessesly)
git clone https://github.com/JiveyGuy/Meteorite_Data_Mine.git
  1. cd into the directory
cd Meteorite_Data_Mine
  1. Setup a python virtual env
python3 -m venv .venv
  1. Activate the environment
source .venv/bin/activate
  1. Install dependencies
pip install -r requirements_linux.txt
  1. Open the notebook in Visual Studio Code or in a Jupyter notebook.
    • How to open in a Jupyter Notebook

      1. From terminal:
      jupyter-lab
      
      1. Navigate to "http://localhost:8888/" in a web browser.

      2. After it logs you in select project.ipynb on the left file menu.

Other Documents

There are other doucemnt to help you get started with this repostiory: