rdempsey / poc

POCs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

POCs

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.6%Language:Shell 0.4%