Demo code for the codebase API workshop at CalHacks 10.0.
- Download Python from Python’s official website.
- Execute the installer and ensure to check the checkbox indicating “Add Python to PATH” during the installation process.
- Install Python using Homebrew. In the Terminal, execute:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install python
After installing Python, you can install Jupyter Notebook using pip:
pip install notebookNavigate to the workshop material directory using the command line or terminal, then run:
jupyter-notebookThis command will start a web server and open the notebook in your default web browser.