Skip to content

Commit

Permalink
updated js link
Browse files Browse the repository at this point in the history
Signed-off-by: ravi_kumar_pilla <[email protected]>
  • Loading branch information
ravi-kumar-pilla committed Feb 11, 2025
1 parent fb73d92 commit 28a228f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kedro_viz/launchers/notebook_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"theme": "dark",
}

DEFAULT_JS_URL = "https://cdn.jsdelivr.net/gh/kedro-org/kedro-viz@feat/esm-viz-bundle/esm/kedro-viz.production.mjs"
DEFAULT_JS_URL = "https://cdn.jsdelivr.net/gh/kedro-org/kedro-viz@main/esm/kedro-viz.production.mjs"


class NotebookVisualizer:
Expand Down

0 comments on commit 28a228f

Please sign in to comment.