{ "cells": [ { "cell_type": "markdown", "id": "67e70f86-9bd7-471d-8f5f-d27efb4f29b6", "metadata": {}, "source": [ "# My First Notebook for HF" ] }, { "cell_type": "code", "execution_count": 1, "id": "9e085d2a-e52d-49bb-a952-709df689c68b", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "24" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "12+12 " ] }, { "cell_type": "code", "execution_count": null, "id": "4b7da6c0-94af-45b1-873e-7b9b18af45a9", "metadata": {}, "outputs": [], "source": [] } ], "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.1" } }, "nbformat": 4, "nbformat_minor": 5 }