Skip to content

Commit df14bca

Browse files
author
Forough Arabshahi
committed
image
1 parent 3599441 commit df14bca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

equationGenerator.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"\n",
4747
"$\\sin^2(\\theta) + \\cos^2(\\theta) = 1$ | $\\sin(-2.5) = -0.6$ | Decimal expression tree for $2.5$\n",
4848
"- | - | -\n",
49-
"<img src=\"figs/eTree.png\", width=\"300\", height=\"300\"/> | <img src=\"figs/numTree.png\", width=\"300\", height=\"300\"/> | <img src=\"figs/num_tree.png\", width=\"300\", height=\"300\"/>\n",
49+
"<img src=\"files/figs/eTree.png\", width=\"300\", height=\"300\"/> | <img src=\"figs/numTree.png\", width=\"300\", height=\"300\"/> | <img src=\"figs/num_tree.png\", width=\"300\", height=\"300\"/>\n",
5050
"\n",
5151
"### 1. Importing Modules\n",
5252
"<a id=\"sec:import\"></a>\n",
@@ -723,7 +723,9 @@
723723
{
724724
"cell_type": "code",
725725
"execution_count": 14,
726-
"metadata": {},
726+
"metadata": {
727+
"collapsed": true
728+
},
727729
"outputs": [],
728730
"source": [
729731
"catJsons(['data/data%d_pos.json'%(numPosEq), 'data/data%d_neg_rep%d.json'%(numNegEq,0), 'data/data%d_neg_rep%d.json'%(numNegEq,1)],\n",

0 commit comments

Comments
 (0)