Skip to content

Jupyter support #52

@sebhoerl

Description

@sebhoerl

It would be nice to have functions to run things with synpp from Jupyter, for instance stage by stage and to examine the results directly, e.g.

pipeline = synpp.setup("config_ile_de_france.yml")
df_census = pipeline.run("data.census.cleaned")
# Do something with df_census

df_census = pipeline.run("data.census.cleaned", stages = {
  "data.census.raw": SOME_DATA # Override stage output
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions