diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6b076b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/.ipynb_checkpoints +/.history \ No newline at end of file diff --git a/jupyterlab_templates/NewEmptyBookWithHead.ipynb b/jupyterlab_templates/NewEmptyBookWithHead.ipynb new file mode 100644 index 0000000..630d643 --- /dev/null +++ b/jupyterlab_templates/NewEmptyBookWithHead.ipynb @@ -0,0 +1,112 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "3d1cf0d1-8e6a-4c92-88dc-92f02a40f8cc", + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "\n", + "\n", + "

\n", + "

\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
\n", + "

\n", + "\n", + "\n", + "# Notebook 内容概要\n", + "\n", + "" + ] + }, + { + "cell_type": "markdown", + "id": "11530499-115c-44c8-8328-bd80dab0e661", + "metadata": {}, + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "acf12795-9dab-4a42-b12c-9f230da1d8a0", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9fe191e3-ec01-47ff-9d3f-dfab35ddc884", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9735c14f-6193-4aac-b77f-d3c2d86f505a", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "id": "b74e6c07-b65f-481f-bf88-0e28b5b5ec21", + "metadata": {}, + "source": [] + }, + { + "cell_type": "markdown", + "id": "01d0610b-d4d7-463a-974d-e743d1f1ea6a", + "metadata": {}, + "source": [ + "\n", + "

\n", + "

\n", + "\n", + "
\n", + "

\n", + "" + ] + } + ], + "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.10.9" + }, + "widgets": { + "application/vnd.jupyter.widget-state+json": { + "state": {}, + "version_major": 2, + "version_minor": 0 + } + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}