{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"\n",
""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Including Geogebra\n",
"\n",
"Geogebra is an exciting application for doing geometry, albegra, and other mathematical exercises online. You access it here: https://www.geogebra.org/\n",
"\n",
"This notebook is not a tutorial on Geogebra; you'll need to figure that out yourself. Also **note** this probably doesn't work in a static Jupyter Book. You will need to run it in Callysto by clicking on the \"Open in Callysto\" button above.\n",
"\n",
"However, once you know how to make a Geogebra application, you can then include it into a Jupyter notebook. \n",
"\n",
"First step is to use the geogebra.org website to create your app, then export it (download it) as a .ggb file. \n",
"\n",
"Second step is to upload it onto the Jupyter hub, using the \"upload\" on the hub menu.\n",
"\n",
"Third, you set up some initialization in your Jupyter notebook, that looks like this:\n",
"```\n",
"%%html\n",
"\n",
"```\n",
"\n",
"Fourth, you now read in the file (in this case, names geo-test.ggb) into a cell in the Jupyter notebook, like this:\n",
"```\n",
"%%html\n",
"