Skip to content

M3Works/powder_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dashboards and tools for insights on the Powder River

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published