{ "cells": [ { "cell_type": "markdown", "id": "1d612ca3", "metadata": {}, "source": [ "# Login to Hugging Face" ] }, { "cell_type": "code", "execution_count": null, "id": "196bc954", "metadata": {}, "outputs": [], "source": [ "from huggingface_hub import notebook_login\n", "notebook_login(new_session=False)" ] } ], "metadata": { "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 5 }