Skip to content

interaction and dependencies #2

@caseyjlaw

Description

@caseyjlaw

Can nbflow detect dependencies that can't be generated by nbconvert?

I have a use case for a notebook flow that has interaction early on. E.g., An interactive notebook (with a widget) in stage 1 defines a set of windows that I use to visualize data in stage 2. The window definition is best done interactively, so it can't be run by nbconvert (if I understand that right).

In my playing with nbflow, a dependency must be generated by a notebook with nbconvert in order to for the dependency identified by scons. That is, I defining depends in stage 2 to a text file that I create with a text editor. Updating/editing that file did not trigger a build when running scons.

So I guess I'm hoping there's a way to get scons to identify the dependency in this use case. Any thoughts would be welcome. I'm experimenting at this point.

BTW, I saw your talk at the BIDS meetup last week. Great stuff!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions