002

** 0.3.0 just launched with _ support πŸŽ‰

kedro-static-viz 0.3.0 just launched with hooks support πŸŽ‰

from kedro_static_viz.hooks import StaticViz

class ProjectContext(KedroContext):
   project_name = "kedro0160"
   project_version = "0.16.1"
   package_name = "kedro0160"
   hooks = [ StaticViz() ]

Connections

Related tags and posts connected to this entry.