Test out scanning ipynb Jupyter notebooks with Code Scanning
Before any other steps, clone this repository on your local machine, and navigate to the root folder of the repo on the command line.
To enable the git hooks for this repo, run the following in the command line:
script/create-hook-symlinks.sh
To run the notebook locally you'll need:
- jupyter installed
- a virtual env or other python environment
- install the ipython kernel, and any other imported dependencies (TODO, make a requirements.txt)
- load up the notebook in VSCode, or a local jupyter server