Skip to content

reactive.calcs shouldn't have side effects: We rely on side effects for the CSV and TXT outputs #682

@mccalluc

Description

@mccalluc

problem is here:

    @reactive.calc
    def notebook_nb():
        ...
        released.set(True)
        plan = analysis_plan()
        return convert_py_to_nb(notebook_py(), title=str(plan), execute=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Pending

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions