{ "cells": [ { "cell_type": "markdown", "id": "7364388b-c98d-4406-ba9e-6d979e3c1d9f", "metadata": {}, "source": [ "# My Example Notebook for HF" ] }, { "cell_type": "code", "execution_count": 1, "id": "db53944c-9beb-4fdb-8141-f31235c7ab0e", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "2" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "1+1" ] }, { "cell_type": "code", "execution_count": null, "id": "16deabb6-13a7-4d6a-81ba-970a72835ded", "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.9.12" } }, "nbformat": 4, "nbformat_minor": 5 }