You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: book/08/sympy.ipynb
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@
43
43
"source": [
44
44
"# SymPy\n",
45
45
"\n",
46
-
"```{sidebar} Information\n",
46
+
"```{sidebar} Author and external content\n",
47
47
"Written by Tom van Woudenberg\n",
48
48
"\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",
50
50
"```\n",
51
51
"\n",
52
52
"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 @@
1515
1515
"## Gotchas\n",
1516
1516
"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!"
0 commit comments