Remove buggy autoreload from notebook

This commit is contained in:
Marek Wolan
2025-02-28 15:35:06 +00:00
parent 5609dc8d07
commit 92af387e56

View File

@@ -380,18 +380,6 @@
"!primaite setup"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"%load_ext autoreload\n",
"%autoreload 2"
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -712,7 +700,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "venv2",
"language": "python",
"name": "python3"
},
@@ -726,7 +714,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.11.10"
}
},
"nbformat": 4,