trigger workflow tutorials

This commit is contained in:
Dario Coscia
2025-03-15 21:03:00 +01:00
committed by FilippoOlivo
parent 39ceeb82c1
commit fa402b3565
14 changed files with 25 additions and 28 deletions

View File

@@ -80,7 +80,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "2373a925",
"metadata": {},
"outputs": [],
@@ -89,7 +89,7 @@
"try:\n",
" import google.colab\n",
"\n",
" IN_COLAB = True\n",
" IN_COLAB = True \n",
"except:\n",
" IN_COLAB = False\n",
"if IN_COLAB:\n",