Skip to content

Commit 93a7d37

Browse files
feat: added link to charts tab
1 parent aa7e514 commit 93a7d37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

how-to-guides/quickstart/notebooks/neptune_scale_quickstart.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,9 @@
290290
" run.log_metrics(\n",
291291
" data=metrics_to_log,\n",
292292
" step=step,\n",
293-
" )"
293+
" )\n",
294+
"\n",
295+
"print(f\"Training complete ✅\\nView charts at {run.get_run_url()}&detailsTab=charts\")"
294296
]
295297
},
296298
{

0 commit comments

Comments
 (0)