Files
OneNoteBookForAll/TestforFirstRun.ipynb
drd_vic 387fb1816f chore: 更新 Jupyter Notebook 中的 Python 版本号
- 将 Python 版本从 3.13.7 更新至 3.13.11
- 此更改仅更新笔记本元数据中的版本信息,不影响代码逻辑
2025-12-10 22:45:21 +08:00

52 lines
950 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "4350baa3-fd1d-45e2-ab0f-cbd212866555",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Ready for the First Run!\n"
]
}
],
"source": [
"print(\"Ready for the First Run!\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3a259a0d-8f7a-47d3-9038-3e5a130e028e",
"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
}