{ "cells": [ { "cell_type": "markdown", "ids": "473fc435-39d3-4c41-b34c-6b362e6123c4", "metadata": {}, "source": [ "Hello world!" }, { "cell_type": "code", "execution_count": 1, "id": "239a8b11-0806-4252-b710-1010e11c461c", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "foobar\n" ], } ], "source": [ "print(\"foobar\")" ] } ], "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.5" } }, "nbformat": 4, "nbformat_minor": 5 }