{ "cells": [ { "cell_type": "markdown", "id": "efb79425-958b-412c-afa9-055e27a69baa", "metadata": {}, "source": [ "# Tutorial 1" ] }, { "cell_type": "code", "execution_count": 1, "id": "68ad1562-4953-444c-96c7-9026bcc54cc7", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Example tutorial which will be published in the docs!\n" ] } ], "source": [ "print(\"Example tutorial which will be published in the docs!\")" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.13.3" } }, "nbformat": 4, "nbformat_minor": 5 }