From 1f8b52cf45c68311f402a496f8190b9429bee151 Mon Sep 17 00:00:00 2001 From: z66 <1415243231@qq.com> Date: Fri, 7 Nov 2025 14:19:19 +0800 Subject: [PATCH] =?UTF-8?q?flask=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fastapi/fastapi_1.ipynb | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Fastapi/fastapi_1.ipynb diff --git a/Fastapi/fastapi_1.ipynb b/Fastapi/fastapi_1.ipynb new file mode 100644 index 0000000..54f657b --- /dev/null +++ b/Fastapi/fastapi_1.ipynb @@ -0,0 +1,37 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "initial_id", + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}