We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c22595 commit 816b6c3Copy full SHA for 816b6c3
02-vectors/5-vector-ops.ipynb
@@ -12,7 +12,18 @@
12
"source": [
13
"# Vector Operations\n",
14
"\n",
15
- "$~$"
+ "$~$\n",
16
+ "\n",
17
+ "Use the following interactive tool to visualize summation of two-dimensional vectors:"
18
+ ]
19
+ },
20
+ {
21
+ "cell_type": "markdown",
22
+ "metadata": {},
23
+ "source": [
24
+ "```{raw} html\n",
25
+ "<iframe src=\"../interactive/vector-addition.html\" width=\"100%\" height=\"800\"></iframe>\n",
26
+ "```\n"
27
]
28
},
29
{
interactive/vector-addition.html
@@ -43,7 +43,10 @@
43
#vector-input {
44
display: flex;
45
flex-direction: column;
46
- flex: 1;
+ /* flex: 1;*/
47
+ width:15em;
48
+ margin-top: 6%;
49
+ max-height:20em;
50
}
51
textarea {
52
height: 600px;
0 commit comments