Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions downloads/notebooks/3DCube.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"To see the interactive cube, run the following code (interactivity will not work\n",
"To see the interactive cube go in smmoth way, run the following code (interactivity will not work\n",
"within the web browser) You should be able to use the mouse to change the orientation\n",
"of the cube, and hold the shift key to change the type of rotation used."
]
Expand Down Expand Up @@ -498,9 +498,9 @@
"metadata": {},
"source": [
"If you're anything like me, your mind is probably spinning with all the\n",
"possibilities of these tools. My eventual goal is to make a fully\n",
"possibilities and probability of occuring magic with these tools. My eventual goal is to make a fully\n",
"functional Rubik's cube simulator using these sorts of techniques. It\n",
"will take some thinking, but I think it can be done, and it would be a\n",
"will take some abstract thinking, but I think it can be done, and it would be a\n",
"very cool demonstration of Matplotlib's capabilities!\n",
"I'll be working on this with David Hogg over at the\n",
"[Magic Cube github repository](https://github.com/jakevdp/MagicCube):\n",
Expand Down