{ "cells": [ { "cell_type": "markdown", "id": "5f4293c4", "metadata": {}, "source": [ "# 新建模型实验\\n在这里开始数据探索与模型构建。" ] }, { "cell_type": "code", "execution_count": 1, "id": "694d9330", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Hello, Model Platform!\n" ] } ], "source": [ "print('Hello, Model Platform!')" ] }, { "cell_type": "code", "execution_count": null, "id": "6c70739e-0bd2-413d-bb0e-68ed8951d4bb", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": 3, "id": "a1574172-4d3c-40cd-860e-f0f0b4822c49", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'2026-07-30 10:38:49.218085'" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from datetime import datetime\n", "str(datetime.now())" ] }, { "cell_type": "code", "execution_count": null, "id": "2d521122-0ee9-4f39-b0a2-6d3a3b004916", "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.13.11" } }, "nbformat": 4, "nbformat_minor": 5 }