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
Currently there's a --save-file option in kedro viz run that exports something (what exactly is unclear: #1681)
Still, it's very weird that there's no option to just export the thing without actually running the web server.
Context
Potentially useful for users of the React component #1745.
Possible Implementation
Have a fully documented kedro viz export command that does the same as kedro viz run --save-file=... without actually running the webserver, exiting immediately.
❯ kedro viz export ./spaceflights-viz
Exported to spaceflights-viz
❯ tree spaceflights-viz
...
Possible Alternatives
?
Checklist
Include labels so that we can categorise your feature request
The text was updated successfully, but these errors were encountered:
Description
Currently there's a
--save-file
option inkedro viz run
that exports something (what exactly is unclear: #1681)Still, it's very weird that there's no option to just export the thing without actually running the web server.
Context
Potentially useful for users of the React component #1745.
Possible Implementation
Have a fully documented
kedro viz export
command that does the same askedro viz run --save-file=...
without actually running the webserver, exiting immediately.Possible Alternatives
?
Checklist
The text was updated successfully, but these errors were encountered: