# notebook **Repository Path**: trager324/notebook ## Basic Information - **Project Name**: notebook - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-17 - **Last Updated**: 2022-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 如何启动 安装依赖,运行 ``` pip install -r requirements.txt ``` 安装MySQL,修改config/config.py中数据库连接的用户名密码 根据数据库名导入file/sql/notebook.sql文件 启动命令 ``` python main.py ```