Python 3.7 or greater
We will demo some of the features of Prefect through Jupyter. To begin,
- 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
- cd into the working directory
cd prefect-in-jupyter-notebook
- Install Jupyter Notebook.
pip install notebook
- Once installed, start up the notebook server:
jupyter notebook
-
Look at
prefect_ml.py
andtitanic.csv
. We will be using these in the demo. -
Do not skip step 5. When you're ready, click
getting-started-with-prefect.ipynb
!