Skip to content

serinamarie/prefect-in-jupyter-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running your first flow with Prefect, Jupyter-style!

Prerequisites

Python 3.7 or greater

Getting Started

We will demo some of the features of Prefect through Jupyter. To begin,

  1. Clone the repo with SSH:
git clone [email protected]:serinamarie/prefect-in-jupyter-notebook.git

Alternatively, clone the repo with HTTPS:

git clone https://github.com/serinamarie/prefect-in-jupyter-notebook.git
  1. cd into the working directory
cd prefect-in-jupyter-notebook
  1. Install Jupyter Notebook.
pip install notebook
  1. Once installed, start up the notebook server:
jupyter notebook
  1. Look at prefect_ml.py and titanic.csv. We will be using these in the demo.

  2. Do not skip step 5. When you're ready, click getting-started-with-prefect.ipynb!

About

Getting Started with Prefect, Jupyter-style!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published