For NMSU CS 488 Fall 2023 with Instructor: Dr. Tuan Le
- 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
- cd into the directory
cd Meteorite_Data_Mine
- Setup a python virtual env
python3 -m venv .venv
- Activate the environment
source .venv/bin/activate
- Install dependencies
pip install -r requirements_linux.txt
- Open the notebook in Visual Studio Code or in a Jupyter notebook.
-
How to open in a Jupyter Notebook
- From terminal:
jupyter-lab
-
Navigate to "http://localhost:8888/" in a web browser.
-
After it logs you in select
project.ipynb
on the left file menu.
-
There are other doucemnt to help you get started with this repostiory: