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

@@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "d93daba0",
"metadata": {},
"outputs": [],
@@ -28,7 +28,7 @@
" IN_COLAB = True\n",
"except:\n",
" IN_COLAB = False\n",
"if IN_COLAB:\n",
"if IN_COLAB: \n",
" !pip install \"pina-mathlab\"\n",
"\n",
"import torch\n",