Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 4ef78de

Browse files
committed
Update grab notebook
1 parent 607502f commit 4ef78de

File tree

1 file changed

+53
-8
lines changed

1 file changed

+53
-8
lines changed

notebooks/On-The-Fly Grabbing.ipynb

+53-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"cell_type": "code",
12-
"execution_count": 17,
12+
"execution_count": 1,
1313
"metadata": {},
1414
"outputs": [
1515
{
@@ -25,7 +25,7 @@
2525
"No Outputs"
2626
]
2727
},
28-
"execution_count": 17,
28+
"execution_count": 1,
2929
"metadata": {},
3030
"output_type": "execute_result"
3131
}
@@ -47,11 +47,44 @@
4747
},
4848
{
4949
"cell_type": "code",
50-
"execution_count": null,
50+
"execution_count": 2,
5151
"metadata": {},
52-
"outputs": [],
52+
"outputs": [
53+
{
54+
"name": "stderr",
55+
"output_type": "stream",
56+
"text": [
57+
"Resolving dependency: org.springframework#spring-orm;3.2.5.RELEASE {default=[default]}\n",
58+
"Preparing to download artifact org.springframework#spring-orm;3.2.5.RELEASE!spring-orm.jar\n",
59+
"Preparing to download artifact aopalliance#aopalliance;1.0!aopalliance.jar\n",
60+
"Preparing to download artifact org.springframework#spring-beans;3.2.5.RELEASE!spring-beans.jar\n",
61+
"Preparing to download artifact org.springframework#spring-core;3.2.5.RELEASE!spring-core.jar\n",
62+
"Preparing to download artifact org.springframework#spring-jdbc;3.2.5.RELEASE!spring-jdbc.jar\n",
63+
"Preparing to download artifact org.springframework#spring-tx;3.2.5.RELEASE!spring-tx.jar\n",
64+
"Preparing to download artifact commons-logging#commons-logging;1.1.1!commons-logging.jar\n",
65+
"Downloaded 2518 Kbytes in 3543ms:\n",
66+
" [SUCCESSFUL ] org.springframework#spring-orm;3.2.5.RELEASE!spring-orm.jar (614ms)\n",
67+
" [SUCCESSFUL ] aopalliance#aopalliance;1.0!aopalliance.jar (2ms)\n",
68+
" [SUCCESSFUL ] org.springframework#spring-beans;3.2.5.RELEASE!spring-beans.jar (1474ms)\n",
69+
" [SUCCESSFUL ] org.springframework#spring-core;3.2.5.RELEASE!spring-core.jar (494ms)\n",
70+
" [SUCCESSFUL ] commons-logging#commons-logging;1.1.1!commons-logging.jar (4ms)\n",
71+
" [SUCCESSFUL ] org.springframework#spring-jdbc;3.2.5.RELEASE!spring-jdbc.jar (469ms)\n",
72+
" [SUCCESSFUL ] org.springframework#spring-tx;3.2.5.RELEASE!spring-tx.jar (462ms)\n"
73+
]
74+
},
75+
{
76+
"data": {
77+
"text/plain": [
78+
"No Outputs"
79+
]
80+
},
81+
"execution_count": 2,
82+
"metadata": {},
83+
"output_type": "execute_result"
84+
}
85+
],
5386
"source": [
54-
"#@dependency(\"org.springframework:spring-orm:3.2.5.RELEASE\")"
87+
"#@dependency(group=\"org.springframework\", module=\"spring-orm\", version=\"3.2.5.RELEASE\")"
5588
]
5689
},
5790
{
@@ -63,14 +96,26 @@
6396
},
6497
{
6598
"cell_type": "code",
66-
"execution_count": null,
99+
"execution_count": 3,
67100
"metadata": {
68101
"collapsed": true
69102
},
70-
"outputs": [],
103+
"outputs": [
104+
{
105+
"data": {
106+
"text/html": [
107+
"org​.springframework​.jdbc​.core​.JdbcTemplate​@451711ac"
108+
]
109+
},
110+
"execution_count": 3,
111+
"metadata": {},
112+
"output_type": "execute_result"
113+
}
114+
],
71115
"source": [
72116
"import org.springframework.jdbc.core.JdbcTemplate\n",
73-
"obj = new JdbcTemplate();"
117+
"obj = new JdbcTemplate();\n",
118+
"obj"
74119
]
75120
}
76121
],

0 commit comments

Comments
 (0)