{ "cells": [ { "cell_type": "code", "id": "48072a19c44a9164", "metadata": { "ExecuteTime": { "end_time": "2025-08-27T16:02:46.279589Z", "start_time": "2025-08-27T16:02:46.277036Z" } }, "source": [ "print(\"hello\")" ], "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "hello\n" ] } ], "execution_count": 2 }, { "cell_type": "code", "execution_count": null, "id": "initial_id", "metadata": { "collapsed": true, "jupyter": { "is_executing": true } }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": ".venv", "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.10.12" } }, "nbformat": 4, "nbformat_minor": 5 }