DAGWorks-Inc / hamilton

Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.
https://hamilton.dagworks.io/en/latest/
BSD 3-Clause Clear License
1.89k stars 126 forks source link

reusing_functions #1179

Closed skrawcz closed 1 month ago

skrawcz commented 1 month ago

Is your feature request related to a problem? Please describe.

A lot of DS want a notebook to get started with, not a python script -- these can be too intimidating.

Describe the solution you'd like

We should make sure our examples all have a jupyter notebook to mirror the "run.py" file. That way people can see how things are exercised and then they can use a notebook to try things out. Note: we should use the jupyter_magic where appropriate in the notebook.

E.g. we want each example to have a notebook kind of like the hello world example.

This issue is for the reusing_functions example.

eoagyen commented 1 month ago

@skrawcz I will work on this issue. Thanks