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
Copy file name to clipboardExpand all lines: docs/ide/set_up_vscode.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,14 +207,34 @@ This will launch Kedro-Viz and display your pipeline visually within the extensi
207
207
!!! note
208
208
To update the Kedro-Viz flowchart after making any changes to your Kedro project, please hit `Cmd` + `Shift` + `P` to open the VSCode command and look for `kedro: restart server`.
209
209
210
-
Navigate to Node Functions:
210
+
-**Navigate to Node Functions**:
211
211
Click on a node in the Kedro-Viz flowchart, and it will automatically navigate to the corresponding node function in your code.
212
+
212
213

213
214
214
-
Navigate to DataCatalog:
215
+
-**Navigate to DataCatalog**:
215
216
Clicking on a data node in the flowchart will open the corresponding dataset in the Data Catalog.
217
+
216
218

217
219
220
+
-**Auto reload**: The extension can automatically refresh Kedro-Viz when you make changes to configuration files, pipeline files, or catalog files. To enable:
221
+
222
+
1. Open Settings: `Cmd` + `,` (macOS) or `Ctrl` + `,` (Windows/Linux)
223
+
2. Search for "Kedro Auto Reload"
224
+
3. Check the box for `Kedro: Auto Reload Kedro Viz`
To debug, you _may_ need to create an `.env` file in your project root. Add the full path to the `./src/` folder to the *PYTHONPATH* environment variable in the `.env` file:
0 commit comments