Skip to content

Commit d36319e

Browse files
authored
Add files via upload
1 parent d5aa349 commit d36319e

File tree

1 file changed

+1
-69
lines changed

1 file changed

+1
-69
lines changed

numpy_test.ipynb

+1-69
Original file line numberDiff line numberDiff line change
@@ -1,69 +1 @@
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-
}
1+
{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":[],"authorship_tag":"ABX9TyO+lrsDlPVoy+7sHBtCp0yD"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"code","execution_count":1,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"aT7j0skMyJdx","executionInfo":{"status":"ok","timestamp":1690888244249,"user_tz":-480,"elapsed":6,"user":{"displayName":"zhiqin zhang","userId":"03951367548090659302"}},"outputId":"d3fff0b0-1458-40d9-a8e6-b12adb1032f2"},"outputs":[{"output_type":"stream","name":"stdout","text":["ahhah\n"]}],"source":["print(\"ahhah\")"]},{"cell_type":"markdown","source":[],"metadata":{"id":"160POfcoy3kW"}},{"cell_type":"code","source":[],"metadata":{"id":"st-cMUg9y2-M"},"execution_count":null,"outputs":[]}]}

0 commit comments

Comments
 (0)