{ "cells": [ { "cell_type": "markdown", "id": "8bc76843-4dcb-41d9-8595-6fb083126230", "metadata": {}, "source": [ "My first Notebook for HF" ] }, { "cell_type": "code", "execution_count": 2, "id": "70a8deda-c445-4fa4-800f-8e323232c4e9", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "2" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "1+1" ] }, { "cell_type": "code", "execution_count": null, "id": "a2f7b9a0-10f2-4138-9b72-b90a69bb494a", "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.12.3" } }, "nbformat": 4, "nbformat_minor": 5 }