Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.04 KB

File metadata and controls

38 lines (27 loc) · 1.04 KB

powder_bot

Dashboards and tools for insights on the Powder River

This is opensource work supported by M3 Works

Code

Jupyter notebooks can be found under the notebooks/ directory. These notebooks are used to analyze and visualize data related to the Powder River.

Installation

Virtual Environment

It is recommended to use a virtual environment to manage dependencies. You can create a virtual environment using venv or conda. Here is how to do it with venv:

python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

Installing dependencies

To run the notebooks, you will need to install the required Python packages. You can do this using pip:

pip install -r requirements.txt

Jupyter Notebook

To run the Jupyter notebooks, you need to have Jupyter installed. If you have installed the dependencies using the requirements.txt, Jupyter should already be installed. You can start Jupyter Notebook with the following command:

jupyter notebook