{ "cells": [ { "cell_type": "markdown", "id": "4768688d-5585-4b2e-b4fd-92e821749907", "metadata": {}, "source": [ "My first Notebook for Hugging Face" ] }, { "cell_type": "code", "execution_count": 2, "id": "5c8a6ed2-8624-45ba-b498-ae8eb02b90c1", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "24" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "12 + 12" ] }, { "cell_type": "code", "execution_count": null, "id": "1218215d-a093-41c6-82c2-b2f28302fe4b", "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.0" } }, "nbformat": 4, "nbformat_minor": 5 }