Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 244 Bytes

File metadata and controls

9 lines (7 loc) · 244 Bytes

Startup

On UNIX, do these steps in terminal. On Windows, do them in Anaconda Prompt

  1. Activate conda env
    • conda activate callback-analysis
  2. Open jupyter notebook
    • jupyter notebook
  3. Open and run desired .ipynb file(s).