corrected notebook import path

This commit is contained in:
V. Ferreira
2026-02-24 01:26:24 +01:00
parent efc6118bcc
commit 36dc79283b
+2 -2
View File
@@ -85,8 +85,8 @@
} }
], ],
"source": [ "source": [
"mesh = pv.read('1x1v/electric_field.vtk')\n", "mesh = pv.read('electric_field.vtk')\n",
"mesh2 = pv.read(\"1x1v/density.vtk\")\n", "mesh2 = pv.read(\"density.vtk\")\n",
"mesh.plot()\n", "mesh.plot()\n",
"mesh" "mesh"
] ]