Skip to content

Commit 2727f63

Browse files
docs: Execute notebooks with updated type system
Executed 19 notebooks and saved outputs after removing unsigned types: How-To: - model-relationships.ipynb - read-diagrams.ipynb Basic Tutorials: - 01-first-pipeline.ipynb - 02-schema-design.ipynb - 03-data-entry.ipynb - 04-queries.ipynb - 05-computation.ipynb Advanced Tutorials: - custom-codecs.ipynb - distributed.ipynb - json-type.ipynb - sql-comparison.ipynb Domain Tutorials: - allen-ccf.ipynb - calcium-imaging.ipynb - electrophysiology.ipynb Example Tutorials: - blob-detection.ipynb - fractal-pipeline.ipynb - hotel-reservations.ipynb - languages.ipynb - university.ipynb Skipped (require object store config): - 06-object-storage.ipynb - ephys-with-npy.ipynb All executed notebooks validate that uint → int type replacements work correctly with current DataJoint 2.0 implementation.
1 parent 202361e commit 2727f63

19 files changed

+2598
-2217
lines changed

src/how-to/model-relationships.ipynb

Lines changed: 140 additions & 140 deletions
Large diffs are not rendered by default.

src/how-to/read-diagrams.ipynb

Lines changed: 121 additions & 121 deletions
Large diffs are not rendered by default.

src/tutorials/advanced/custom-codecs.ipynb

Lines changed: 31 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"id": "cell-1",
2121
"metadata": {
2222
"execution": {
23-
"iopub.execute_input": "2026-01-14T07:34:14.538227Z",
24-
"iopub.status.busy": "2026-01-14T07:34:14.538115Z",
25-
"iopub.status.idle": "2026-01-14T07:34:15.383712Z",
26-
"shell.execute_reply": "2026-01-14T07:34:15.383381Z"
23+
"iopub.execute_input": "2026-01-17T06:49:01.002998Z",
24+
"iopub.status.busy": "2026-01-17T06:49:01.002467Z",
25+
"iopub.status.idle": "2026-01-17T06:49:01.702707Z",
26+
"shell.execute_reply": "2026-01-17T06:49:01.702371Z"
2727
}
2828
},
2929
"outputs": [
3030
{
3131
"name": "stderr",
3232
"output_type": "stream",
3333
"text": [
34-
"[2026-01-14 01:34:15,376][INFO]: DataJoint 2.0.0a22 connected to root@127.0.0.1:3306\n"
34+
"[2026-01-17 00:49:01,696][INFO]: DataJoint 2.0.0a22 connected to root@127.0.0.1:3306\n"
3535
]
3636
}
3737
],
@@ -56,10 +56,10 @@
5656
"id": "cell-3",
5757
"metadata": {
5858
"execution": {
59-
"iopub.execute_input": "2026-01-14T07:34:15.385411Z",
60-
"iopub.status.busy": "2026-01-14T07:34:15.385218Z",
61-
"iopub.status.idle": "2026-01-14T07:34:15.388222Z",
62-
"shell.execute_reply": "2026-01-14T07:34:15.387997Z"
59+
"iopub.execute_input": "2026-01-17T06:49:01.704665Z",
60+
"iopub.status.busy": "2026-01-17T06:49:01.704433Z",
61+
"iopub.status.idle": "2026-01-17T06:49:01.707529Z",
62+
"shell.execute_reply": "2026-01-17T06:49:01.707241Z"
6363
}
6464
},
6565
"outputs": [],
@@ -94,21 +94,13 @@
9494
"id": "cell-4",
9595
"metadata": {
9696
"execution": {
97-
"iopub.execute_input": "2026-01-14T07:34:15.389410Z",
98-
"iopub.status.busy": "2026-01-14T07:34:15.389295Z",
99-
"iopub.status.idle": "2026-01-14T07:34:15.413810Z",
100-
"shell.execute_reply": "2026-01-14T07:34:15.413469Z"
97+
"iopub.execute_input": "2026-01-17T06:49:01.708846Z",
98+
"iopub.status.busy": "2026-01-17T06:49:01.708757Z",
99+
"iopub.status.idle": "2026-01-17T06:49:01.742122Z",
100+
"shell.execute_reply": "2026-01-17T06:49:01.741793Z"
101101
}
102102
},
103-
"outputs": [
104-
{
105-
"name": "stderr",
106-
"output_type": "stream",
107-
"text": [
108-
"[2026-01-14 01:34:15,391][WARNING]: Native type 'int' is used in attribute 'conn_id'. Consider using a core DataJoint type for better portability.\n"
109-
]
110-
}
111-
],
103+
"outputs": [],
112104
"source": [
113105
"@schema\n",
114106
"class Connectivity(dj.Manual):\n",
@@ -125,10 +117,10 @@
125117
"id": "cell-5",
126118
"metadata": {
127119
"execution": {
128-
"iopub.execute_input": "2026-01-14T07:34:15.415420Z",
129-
"iopub.status.busy": "2026-01-14T07:34:15.415302Z",
130-
"iopub.status.idle": "2026-01-14T07:34:15.428595Z",
131-
"shell.execute_reply": "2026-01-14T07:34:15.428288Z"
120+
"iopub.execute_input": "2026-01-17T06:49:01.743733Z",
121+
"iopub.status.busy": "2026-01-17T06:49:01.743619Z",
122+
"iopub.status.idle": "2026-01-17T06:49:01.756660Z",
123+
"shell.execute_reply": "2026-01-17T06:49:01.756367Z"
132124
}
133125
},
134126
"outputs": [
@@ -192,10 +184,10 @@
192184
"id": "cell-8",
193185
"metadata": {
194186
"execution": {
195-
"iopub.execute_input": "2026-01-14T07:34:15.430164Z",
196-
"iopub.status.busy": "2026-01-14T07:34:15.430031Z",
197-
"iopub.status.idle": "2026-01-14T07:34:15.432896Z",
198-
"shell.execute_reply": "2026-01-14T07:34:15.432647Z"
187+
"iopub.execute_input": "2026-01-17T06:49:01.758250Z",
188+
"iopub.status.busy": "2026-01-17T06:49:01.758075Z",
189+
"iopub.status.idle": "2026-01-17T06:49:01.761089Z",
190+
"shell.execute_reply": "2026-01-17T06:49:01.760722Z"
199191
}
200192
},
201193
"outputs": [],
@@ -227,20 +219,13 @@
227219
"id": "cell-9",
228220
"metadata": {
229221
"execution": {
230-
"iopub.execute_input": "2026-01-14T07:34:15.434119Z",
231-
"iopub.status.busy": "2026-01-14T07:34:15.434009Z",
232-
"iopub.status.idle": "2026-01-14T07:34:15.459484Z",
233-
"shell.execute_reply": "2026-01-14T07:34:15.459192Z"
222+
"iopub.execute_input": "2026-01-17T06:49:01.762505Z",
223+
"iopub.status.busy": "2026-01-17T06:49:01.762406Z",
224+
"iopub.status.idle": "2026-01-17T06:49:01.791610Z",
225+
"shell.execute_reply": "2026-01-17T06:49:01.791308Z"
234226
}
235227
},
236228
"outputs": [
237-
{
238-
"name": "stderr",
239-
"output_type": "stream",
240-
"text": [
241-
"[2026-01-14 01:34:15,436][WARNING]: Native type 'int' is used in attribute 'unit_id'. Consider using a core DataJoint type for better portability.\n"
242-
]
243-
},
244229
{
245230
"name": "stdout",
246231
"output_type": "stream",
@@ -271,10 +256,10 @@
271256
"id": "cell-10",
272257
"metadata": {
273258
"execution": {
274-
"iopub.execute_input": "2026-01-14T07:34:15.460848Z",
275-
"iopub.status.busy": "2026-01-14T07:34:15.460735Z",
276-
"iopub.status.idle": "2026-01-14T07:34:15.471851Z",
277-
"shell.execute_reply": "2026-01-14T07:34:15.471484Z"
259+
"iopub.execute_input": "2026-01-17T06:49:01.793037Z",
260+
"iopub.status.busy": "2026-01-17T06:49:01.792915Z",
261+
"iopub.status.idle": "2026-01-17T06:49:01.803053Z",
262+
"shell.execute_reply": "2026-01-17T06:49:01.802640Z"
278263
}
279264
},
280265
"outputs": [],
@@ -304,4 +289,4 @@
304289
},
305290
"nbformat": 4,
306291
"nbformat_minor": 5
307-
}
292+
}

0 commit comments

Comments
 (0)