Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit dc5df38

Browse files
Update sympy.ipynb
1 parent 9b5f743 commit dc5df38

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

book/08/sympy.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"source": [
4444
"# SymPy\n",
4545
"\n",
46-
"```{sidebar} Information\n",
46+
"```{sidebar} Author and external content\n",
4747
"Written by Tom van Woudenberg\n",
4848
"\n",
49-
"This page reuses CC BY content from {cite:t}`sympy`. {fa}`quote-left`{ref}`Find out more here.<link to external resources section on credits and license page>`\n",
49+
"This page reuses CC BY content from {cite:t}`sympy`. {fa}`quote-left`[Find out more here](external_resources)`\n",
5050
"```\n",
5151
"\n",
5252
"SymPy is a Python library for symbolic mathematics. You can use it as a tool to evaluate basic and complicated math operations, whenever they become tedious or error prone.\n",
@@ -1515,14 +1515,6 @@
15151515
"## Gotchas\n",
15161516
"Trial and error is an approach for many programmers, but you may want to prevent frequently made mistakes. Take a look at SymPy's documentation on [gotchas](https://docs.sympy.org/latest/tutorials/intro-tutorial/gotchas.html) to accelerate your learning!"
15171517
]
1518-
},
1519-
{
1520-
"cell_type": "markdown",
1521-
"metadata": {},
1522-
"source": [
1523-
"## References\n",
1524-
"```{bibliography}"
1525-
]
15261518
}
15271519
],
15281520
"metadata": {

0 commit comments

Comments
 (0)