This is a repository with content from a presentation given at NE FIRST University Day on September 10, 2016.
To launch the interactive environment using a web browser, click the 'launch binder' button above. You can view the slides in that environment, just click "File", "Open", and select "slides.ipynb" from the list.
If you just want to view the slides, download and open slides.pdf
- Install Python 3.5 (http://www.python.org/downloads)
- Install jupyter, matplotlib, and OpenCV:
py -3 -m pip install jupyter matplotlib opencv-python
To actually launch the environment, run this command from inside the repository directory:
py -3 -m jupyter notebook
- Install Python 3.4 (not 3.5!)
- Install jupyter, matplotlib, and OpenCV:
pip3 install jupyter matplotlib opencv-python
To actually launch the environment, run this command from inside the repository directory:
jupyter notebook
To display the slideshow interactively, you'll need to install RISE.
Dustin Spicuzza ([email protected])