{ "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 }