/Python_Curriculum

Repository containing the Python curriculum source code.

Primary LanguageJupyter Notebook

Python_Curriculum

ImageFilters.ipynb

This jupyter notebook contains activities to apply filters to the image of a cat.

View the jupyter notebook

  1. Go to https://nbviewer.jupyter.org/
  2. Paste the url of the notebook: https://github.com/NuevoFoundation/Python_Curriculum/blob/master/ImageFilters.ipynb

Run notebook locally

  1. Install jupyter notebook with Anaconda: https://www.anaconda.com/download/
  2. Launch Anaconda. Press the Windows key and type "Anaconda"
  3. Type this command in the Anaconda command prompt:
jupyter notebook

Host the jupyter notebook

The other option is to host the notebook on a server such as Azure, Aws, etc.