This is a simple introduction to dflow.
- Setup conda environment (assume you have conda installed)
conda create -n dflow-helloworld python=3.9
- Activate conda environment and install jupyter notebook
conda activate dflow-helloworld
pip install notebook
- Clone this repository to local
git clone git@github.com:kianpu34593/dflow_helloworld.git
cd
into the repo
cd dflow_helloworld
- Start up jupyter notebook
jupyter notebook