diff --git a/doc/render-smoke.ipynb b/doc/render-smoke.ipynb new file mode 100644 index 0000000..81ba317 --- /dev/null +++ b/doc/render-smoke.ipynb @@ -0,0 +1,37 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Notebook Render Smoke Test\n", + "\n", + "This notebook should render as HTML in Gitea.\n", + "\n", + "Inline math: $a^2 + b^2 = c^2$\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print('hello from notebook renderer')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "name": "python", + "version": "3.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}