Skip to content

cat-cfs/cbm3_scripting_examples

Repository files navigation

cbm3_scripting_examples

python notebook cbm3 scripting examples

Setup

Software Requirements

  • 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

Python Packages

All of the following packages can be installed using the python the pip command.
Example: pip install jupyter

  • jupyter
  • pyodbc
  • matplotlib
  • pandas
  • GitPython

Running

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!

About

python notebook cbm3 scripting examples

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published