hey, is there any way to run metaflow from Jupyter...
# ask-metaflow
k
hey, is there any way to run metaflow from Jupyter notebooks. Getting:
h
can you make the cell write the flow to a file and then call it within the notebook like
Copy code
! python3 myflow.py run
where
myflow.py
needs to be the python file you created from the cell in the notebook
k
thank you, that works indeed. Any way to make it work with a standard way?
a
unfortunately not right now. we have a memo on programmatic execution of flows that's waiting to be executed upon 🙂