diff --git a/notebooks/wut-web-dev.ipynb b/notebooks/wut-web-dev.ipynb index 137ddd7..c1e5c09 100644 --- a/notebooks/wut-web-dev.ipynb +++ b/notebooks/wut-web-dev.ipynb @@ -42,7 +42,18 @@ "metadata": {}, "outputs": [], "source": [ - "print(\"wut --- What U Think? SatNOGS Observation AI.\")\n", + "%%HTML\n", + "wut-web-dev\n", + "

wut?

" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print(\"wut? --- What U Think? SatNOGS Observation AI.\")\n", "print(\"\")\n", "print(\"wut is an AI that rates SatNOGS Observations good or bad.\")\n", "print(\"The training model was built from DUV transmissions recorded by the\")\n",