/poc

POCs

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

POC

A collection of proof-of-concept notebooks and scripts for working with various technologies compatible with Python 3.x.

Requirements

Setting Up (Mac)

  1. Install Python with Anaconda.
  2. Create and activate a new Anaconda 3.7 environment: conda create --name poc python=3.7
  3. Clone the Github repo and cd into the directory.
  4. Install Graphviz with Homebrew: brew update && brew install graphviz
  5. Install pygraphviz:
pip install pygraphviz --install-option="--include-path=/usr/local/Cellar/graphviz" --install-option="--library-path=/usr/local/Cellar/graphviz"
  1. Install the rest of the Python libraries: pip install -r requirements.txt
  2. Run the script or notebook of your choice!