You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After kedro-org/kedro-viz#1993 is addressed, it would be cool to go 1 step further and let users display the pipeline without having to explicitly import kedro_viz:
In [2]: pipeline
[Just show Viz]
(not on IPython, but on web-based notebooks)
Context
Why is this change important to you? How would you use it? How can it benefit other users?
To simplify interactive creation of pipelines in notebooks
But the exact implementation depends on the NotebookVisualizer affordances. Also, some control over the width and height should be in place so that the area is small by default, see
Description
After kedro-org/kedro-viz#1993 is addressed, it would be cool to go 1 step further and let users display the pipeline without having to explicitly import
kedro_viz
:(not on IPython, but on web-based notebooks)
Context
Why is this change important to you? How would you use it? How can it benefit other users?
To simplify interactive creation of pipelines in notebooks
Possible Implementation
Something like
But the exact implementation depends on the
NotebookVisualizer
affordances. Also, some control over the width and height should be in place so that the area is small by default, seekedro-org/kedro-viz#2241 (comment)
Docs on
_repr_html_
:Unclear whether this works on marimo 🤔
Possible Alternatives
❓
The text was updated successfully, but these errors were encountered: