dflow-helloworld

This is a simple introduction to dflow.

Setup

  1. Setup conda environment (assume you have conda installed)
conda create -n dflow-helloworld python=3.9
  1. Activate conda environment and install jupyter notebook
conda activate dflow-helloworld
pip install notebook

How to use

  1. Clone this repository to local
git clone git@github.com:kianpu34593/dflow_helloworld.git
  1. cd into the repo
cd dflow_helloworld
  1. Start up jupyter notebook
jupyter notebook