Wrap dask scheduler to make it easy to buid datascience flow
- Github repository: https://github.com/lakodo/curry/
- Documentation https://lakodo.github.io/curry/
### Run the server
make run-server# Install uv is not already done
pip install uv
# or
pipx intall uv
# or (cleaner)
curl -LsSf https://astral.sh/uv/install.sh | sh
# launch the demo
uv run python curry/demos/existing_functions/demo.py
# you can open the "mydask.png" file to see the Dask graph generated by this workflow.Using make:
make run-demo
# it's a watch process
npm run build:css