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

Bumps [ejs](https://github.com/mde/ejs) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies needed to be updated together. Updates `ejs` from 2.7.4 to 3.1.8 Release notes Sourced from ejs's releases. v3.1.8 Version 3.1.8 v3.1.7 Version 3.1.7 v3.1.6...

dependencies
Javascript

Bumps [node-forge](https://github.com/digitalbazaar/forge) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies needed to be updated together. Updates `node-forge` from 0.10.0 to 1.3.1 Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC...

dependencies
Javascript

## Description The `kedro viz export` command would allow visualizing the pipeline DAG from the command line. Options: - `--pipeline` pipeline to export - `--format` [png, svg] - `--resolution` if...

Type: Needs Investigation
Type: Discussion
Issue: Feature Request

## Description > Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..." Users can label their...

Issue: Feature Request

(transfer from Jira, created by @limdauto) node-sass is deprecated. We should move to dart-scss. https://sass-lang.com/dart-sass

dependencies
Javascript

## Description Resolves #962. ## Development notes This PR achieves these three things: 1. `Dataset Type`: show only the part after the final `.` but allow the whole path to...

## Description Resolves #997 ## Development notes Inserted new color values in `variables.scss` (before merging this the old values will be removed from this file). Accordingly, color values are replaced...

## Description Closes #1011. To do: - [ ] Fix/write unit tests - [ ] Test on AWS (and ideally GCP also) if possible - [ ] Update databricks docs...

There's several small niggles I've always had with the metadata panel for datasets. ![image](https://user-images.githubusercontent.com/49395058/177531859-8bd6b682-0961-47c7-a855-133b18e90415.png) 1. Why do we show `Type: dataset` at all (also applies to nodes)? It's obvious from...

Type: Enhancement

There's various things that are [pip-installed in environment.py](https://github.com/kedro-org/kedro-viz/blob/main/package/features/environment.py#L83-L87). Ideally we shouldn't be putting custom requirements in here. I tried removing them in #804 but it started failing some tests -...

Python