Replies: 1 comment 14 replies
-
|
this is not currently possible, but seems like a useful artifact. we definitely have this knowledge. what is the use case? do you need the DAG by itself? if you are coming from a jupyter notebook, it is not guaranteed to be a DAG (could have cycles and re-declarations) |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I checked the PyPI page and it mentioned that we could convert a Jupyter notebook to a marimo notebook with the CLI:
Similarly, is it possible to get a dataflow graph (DAG) from a notebook via CLI or API? For example, the input is a Jupyter notebook and the output is a JSON string:
Any suggestions? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions