Does anyone know how to register a flow with Docke...
# ask-community
s
Does anyone know how to register a flow with DockerRun and GitHub storage, but in the GitHub storage, instead of a python file point it to a ipynb. I was looking into Prefect ExecuteNotebook and didn't find anything useful to me. I also tried tagging the ipynb cells with the tag parameter, but I don't think that worked. It is not a huge deal but it would be nice to make the ipynb the GitHub storage instead of making a python file for every notebook
k
You can’t do this easily because the Flow is imported from the storage, and you can’t easily do the same for ipynb files. The ExecuteNotebook will just be for running a notebook as a task.
Like I mean it would have to be an explicit feature added that currently can’t be worked around
s
That's fine. I was just curious if it was easily possible. Thanks though!
👍 2