1. Clone project

In your terminal, clone this repository by running the following command:

git clone https://github.com/mage-ai/demo_project.git

2. Start the tool

Docker
./scripts/start.sh demo_project
pip
mage start demo_project

Open http://localhost:6789 in your browser.

On the left side in the file browser underneath the folder demo_project/pipelines, click the pipeline named titanic_survivors.

3. Follow the quick start tutorial

Go back to the quick start tutorial, start from step 3. Play around with scratchpad, and use the existing code to follow along.

Was this page helpful?