Skip to content

Commit

Permalink
Update fields.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
will-roscoe committed Oct 27, 2024
1 parent b62ba9b commit 10a65da
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions physicstools/fields.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,19 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1bcb61f08c0446cc8e9de19a34d0ada8",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Output()"
]
},
"metadata": {},
"output_type": "display_data"
"ename": "NameError",
"evalue": "name 'CoordSys3D' is not defined",
"output_type": "error",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[1;32mIn[1], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m R \u001b[38;5;241m=\u001b[39m \u001b[43mCoordSys3D\u001b[49m(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mc\u001b[39m\u001b[38;5;124m\"\u001b[39m,)\n\u001b[0;32m 2\u001b[0m E \u001b[38;5;241m=\u001b[39m Function(\u001b[38;5;124m'\u001b[39m\u001b[38;5;130;01m\\v\u001b[39;00m\u001b[38;5;124mect\u001b[39m\u001b[38;5;132;01m{E}\u001b[39;00m\u001b[38;5;124m'\u001b[39m)\n\u001b[0;32m 3\u001b[0m _pi, q, eps0 \u001b[38;5;241m=\u001b[39m symbols(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mpi q epsilon_0\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n",
"\u001b[1;31mNameError\u001b[0m: name 'CoordSys3D' is not defined"
]
}
],
"source": [
Expand Down Expand Up @@ -208,7 +205,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 10a65da

Please sign in to comment.