Skip to content

Commit d5aa349

Browse files
committed
使用 Colaboratory 创建
1 parent f15040d commit d5aa349

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

numpy_test.ipynb

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"nbformat": 4,
3+
"nbformat_minor": 0,
4+
"metadata": {
5+
"colab": {
6+
"provenance": [],
7+
"authorship_tag": "ABX9TyO+lrsDlPVoy+7sHBtCp0yD",
8+
"include_colab_link": true
9+
},
10+
"kernelspec": {
11+
"name": "python3",
12+
"display_name": "Python 3"
13+
},
14+
"language_info": {
15+
"name": "python"
16+
}
17+
},
18+
"cells": [
19+
{
20+
"cell_type": "markdown",
21+
"metadata": {
22+
"id": "view-in-github",
23+
"colab_type": "text"
24+
},
25+
"source": [
26+
"<a href=\"https://colab.research.google.com/github/zzqnot996/coding/blob/main/numpy_test.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
27+
]
28+
},
29+
{
30+
"cell_type": "code",
31+
"execution_count": 1,
32+
"metadata": {
33+
"colab": {
34+
"base_uri": "https://localhost:8080/"
35+
},
36+
"id": "aT7j0skMyJdx",
37+
"outputId": "d3fff0b0-1458-40d9-a8e6-b12adb1032f2"
38+
},
39+
"outputs": [
40+
{
41+
"output_type": "stream",
42+
"name": "stdout",
43+
"text": [
44+
"ahhah\n"
45+
]
46+
}
47+
],
48+
"source": [
49+
"print(\"ahhah\")"
50+
]
51+
},
52+
{
53+
"cell_type": "markdown",
54+
"source": [],
55+
"metadata": {
56+
"id": "160POfcoy3kW"
57+
}
58+
},
59+
{
60+
"cell_type": "code",
61+
"source": [],
62+
"metadata": {
63+
"id": "st-cMUg9y2-M"
64+
},
65+
"execution_count": null,
66+
"outputs": []
67+
}
68+
]
69+
}

0 commit comments

Comments
 (0)