kedro-viz icon indicating copy to clipboard operation
kedro-viz copied to clipboard

Visualise your Kedro data and machine-learning pipelines and track your experiments.

Results 264 kedro-viz issues
Sort by recently updated
recently updated
newest added

## Description Resolves https://github.com/kedro-org/kedro-viz/issues/1785 ## Development notes ##### The migration from CircleCI to GitHub Actions will have to be done in parts. This PR addresses the Release part, and the...

## Description We have introduced custom dataset preview for our users allowing them to implement `preview` method. However, the documentation needs to be updated with some details regarding the expected...

Issue: Feature Request
Python

## Description Kedro-Viz URL points to `__default__` pid even if there is no pipeline with the id `__default__`. This breaks the UI and shows as below - ![Image](https://github.com/kedro-org/kedro-viz/assets/87735534/890353ef-a4d8-4231-9478-5779b770b9a5) ## Context...

Issue: Bug Report

## Description It always annoys me that I can't collapse and expand non-modular pipelines. ## Context I usually like to add a static image view to the `README.md` of my...

Issue: Feature Request

## Description Related to #1848, in which upgraded to Node18 and React-script 5. This has caused the E2E test #TC-12 to fail only on CircleCI. However the test passed on...

Issue: Bug Report
Javascript

## Description Currently there's a `--save-file` option in `kedro viz run` that exports _something_ (what exactly is unclear: https://github.com/kedro-org/kedro-viz/issues/1681) Still, it's very weird that there's no option to _just_ export...

Issue: Feature Request

## Description I was just trying the `--save-file` option and discovered that it produces a directory, rather than a file: ``` $ kedro viz --save-file viz.json --env demo ... Kedro...

Issue: Bug Report

Would be nice to have a cover for Janick's video `https://www.youtube.com/watch?v=4x-QOYf_ZsE` (still protected) Title: Using the Kedro catalog like a pro Picture: (@stephkaiser you have it on your inbox) Specifically,...

Design: Visual Design

## Description This ticket will help us improving Kedro Viz backend code base to remove any transitive dependencies we have (i.e., having `from module` in the code but not having...

Enhancement
Issue: Feature Request
Dependencies
Python
Hacktoberfest

## Description > In principle defining `MetricsDataSet` on kedro-viz would make _some_ sense for now, but ultimately experiment tracking should be consumable by tools other than kedro-viz and so I...