Skip to content

kieronong/codebase_api_workshop_calhacks_10.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codebase_api_workshop_calhacks_10.0

Demo code for the codebase API workshop at CalHacks 10.0.

Setup and Installation

1. Installing Python

Windows

  • 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.

macOS

  • 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
    

2. Installing Jupyter Notebook

After installing Python, you can install Jupyter Notebook using pip:

pip install notebook

3. Running Jupyter Notebook

Navigate to the workshop material directory using the command line or terminal, then run:

jupyter-notebook

This command will start a web server and open the notebook in your default web browser.

About

Demo code for the codebase API workshop at CalHacks 10.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published