python notebook cbm3 scripting examples
- The Operational-Scale CBM-CFS3 toolbox
- A web browser that can run Jupyter Notebook
- The ability to connect to ms access databases.
- If you have MS Office installed, then choose the version of python which matches the version of MS Office you have (32 bit or 64 bit)
- If you do not have ms office installed then install one of the Microsoft Access Database Engine redistributables. Choose the version that matches the version of python you have (32 bit or 64 bit)
- Python (tested on python 3.7.2)
- Git
All of the following packages can be installed using the python the pip command.
Example: pip install jupyter
- jupyter
- pyodbc
- matplotlib
- pandas
- GitPython
First of all choose a working directory c:\users\myUsername
Clone this repository using Git.
Example: c:\users\myUsername>git clone https://github.com/cat-cfs/cbm3_scripting_examples.git
Start jupyter notebook using your working directory.
Example: c:\users\myUsername>jupyter notebook
Now use jupyter to open the notebooks!