Skip to content

Commit 658005b

Browse files
committed
update
1 parent 8abfd00 commit 658005b

File tree

11 files changed

+6057
-10729
lines changed

11 files changed

+6057
-10729
lines changed

doc/pub/week41/ipynb/week41.ipynb

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,9 +1191,23 @@
11911191
"id": "366417fd",
11921192
"metadata": {
11931193
"collapsed": false,
1194-
"editable": true
1195-
},
1196-
"outputs": [],
1194+
"editable": true,
1195+
"jupyter": {
1196+
"outputs_hidden": false
1197+
}
1198+
},
1199+
"outputs": [
1200+
{
1201+
"name": "stdout",
1202+
"output_type": "stream",
1203+
"text": [
1204+
"x = Symbol('x')\n",
1205+
"e = exp(x**2)\n",
1206+
"x = Symbol('x')\n",
1207+
"e = 2*x*exp(x**2)\n"
1208+
]
1209+
}
1210+
],
11971211
"source": [
11981212
"from __future__ import division\n",
11991213
"from sympy import *\n",
@@ -1552,7 +1566,10 @@
15521566
"id": "d11eb5f8",
15531567
"metadata": {
15541568
"collapsed": false,
1555-
"editable": true
1569+
"editable": true,
1570+
"jupyter": {
1571+
"outputs_hidden": false
1572+
}
15561573
},
15571574
"outputs": [],
15581575
"source": [
@@ -2449,7 +2466,10 @@
24492466
"id": "f6b380d8",
24502467
"metadata": {
24512468
"collapsed": false,
2452-
"editable": true
2469+
"editable": true,
2470+
"jupyter": {
2471+
"outputs_hidden": false
2472+
}
24532473
},
24542474
"outputs": [],
24552475
"source": [
@@ -3816,7 +3836,25 @@
38163836
]
38173837
}
38183838
],
3819-
"metadata": {},
3839+
"metadata": {
3840+
"kernelspec": {
3841+
"display_name": "Python 3 (ipykernel)",
3842+
"language": "python",
3843+
"name": "python3"
3844+
},
3845+
"language_info": {
3846+
"codemirror_mode": {
3847+
"name": "ipython",
3848+
"version": 3
3849+
},
3850+
"file_extension": ".py",
3851+
"mimetype": "text/x-python",
3852+
"name": "python",
3853+
"nbconvert_exporter": "python",
3854+
"pygments_lexer": "ipython3",
3855+
"version": "3.9.15"
3856+
}
3857+
},
38203858
"nbformat": 4,
38213859
"nbformat_minor": 5
38223860
}

doc/pub/week42/ipynb/.ipynb_checkpoints/week42-checkpoint.ipynb

Lines changed: 0 additions & 1329 deletions
This file was deleted.

0 commit comments

Comments
 (0)