Check Ready for the First Run Notebook.

This commit is contained in:
2025-10-07 18:13:07 +08:00
parent b32457dc05
commit d7525ba715
4 changed files with 1558 additions and 7 deletions

51
TestforFirstRun.ipynb Normal file
View File

@@ -0,0 +1,51 @@
{
"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.7"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

View File

@@ -1,6 +0,0 @@
def main():
print("Hello from onenotebookforall!")
if __name__ == "__main__":
main()

View File

@@ -4,4 +4,13 @@ version = "0.0.1"
description = "Using Jupyter Notebook to Mark ALL"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"jupyter>=1.1.1",
"jupyterlab>=4.4.9",
"jupyterlab-language-pack-zh-cn>=4.4.post2",
"notebook>=7.4.7",
]
[[tool.uv.index]]
name = "tuna"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
default = true

1497
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff