Dashboards and tools for insights on the Powder River
This is opensource work supported by M3 Works
Jupyter notebooks can be found under the notebooks/ directory.
These notebooks are used to analyze and visualize data related to the Powder River.
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`To run the notebooks, you will need to install the required Python packages. You can do this using pip:
pip install -r requirements.txtTo 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