Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Fixed for 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Oct 12, 2022
1 parent 5743671 commit 7d8994c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 1-2_Artifact_Lineage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@
" from zenml.integrations.dash.visualizers.pipeline_run_lineage_visualizer import (\n",
" PipelineRunLineageVisualizer,\n",
" )\n",
" from zenml.post_execution import get_pipeline\n",
" from zenml.post_execution import get_unlisted_runs\n",
"\n",
" latest_run = get_pipeline(\"digits_pipeline\").runs[-1]\n",
" latest_run = get_unlisted_runs()[-1]\n",
" PipelineRunLineageVisualizer().visualize(latest_run)\n",
"\n",
"\n",
Expand Down Expand Up @@ -322,7 +322,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.13 64-bit ('zenbytes-dev')",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -336,7 +336,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.10"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 7d8994c

Please sign in to comment.