Skip to content

Commit b364bca

Browse files
docs: Regenerate tutorials with new preview format
Table previews now show codec names instead of =BLOB=: - Raw blobs show "bytes" - Raw json shows "json" - Codec fields show "<codec_name>" (e.g., <blob>, <hash>) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 06425a5 commit b364bca

18 files changed

Lines changed: 3285 additions & 1920 deletions

src/tutorials/advanced/custom-codecs.ipynb

Lines changed: 31 additions & 31 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-11T17:01:00.083503Z",
24-
"iopub.status.busy": "2026-01-11T17:01:00.083325Z",
25-
"iopub.status.idle": "2026-01-11T17:01:00.845574Z",
26-
"shell.execute_reply": "2026-01-11T17:01:00.845245Z"
23+
"iopub.execute_input": "2026-01-12T00:39:45.246124Z",
24+
"iopub.status.busy": "2026-01-12T00:39:45.245891Z",
25+
"iopub.status.idle": "2026-01-12T00:39:45.961842Z",
26+
"shell.execute_reply": "2026-01-12T00:39:45.961550Z"
2727
}
2828
},
2929
"outputs": [
3030
{
3131
"name": "stderr",
3232
"output_type": "stream",
3333
"text": [
34-
"[2026-01-11 11:01:00,836][INFO]: DataJoint 2.0.0a16 connected to root@127.0.0.1:3306\n"
34+
"[2026-01-11 18:39:45,952][INFO]: DataJoint 2.0.0a16 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-11T17:01:00.847435Z",
60-
"iopub.status.busy": "2026-01-11T17:01:00.847215Z",
61-
"iopub.status.idle": "2026-01-11T17:01:00.850359Z",
62-
"shell.execute_reply": "2026-01-11T17:01:00.850069Z"
59+
"iopub.execute_input": "2026-01-12T00:39:45.963751Z",
60+
"iopub.status.busy": "2026-01-12T00:39:45.963536Z",
61+
"iopub.status.idle": "2026-01-12T00:39:45.966457Z",
62+
"shell.execute_reply": "2026-01-12T00:39:45.966218Z"
6363
}
6464
},
6565
"outputs": [],
@@ -94,18 +94,18 @@
9494
"id": "cell-4",
9595
"metadata": {
9696
"execution": {
97-
"iopub.execute_input": "2026-01-11T17:01:00.851873Z",
98-
"iopub.status.busy": "2026-01-11T17:01:00.851746Z",
99-
"iopub.status.idle": "2026-01-11T17:01:00.877875Z",
100-
"shell.execute_reply": "2026-01-11T17:01:00.877451Z"
97+
"iopub.execute_input": "2026-01-12T00:39:45.967841Z",
98+
"iopub.status.busy": "2026-01-12T00:39:45.967748Z",
99+
"iopub.status.idle": "2026-01-12T00:39:45.994572Z",
100+
"shell.execute_reply": "2026-01-12T00:39:45.994193Z"
101101
}
102102
},
103103
"outputs": [
104104
{
105105
"name": "stderr",
106106
"output_type": "stream",
107107
"text": [
108-
"[2026-01-11 11:01:00,854][WARNING]: Native type 'int' is used in attribute 'conn_id'. Consider using a core DataJoint type for better portability.\n"
108+
"[2026-01-11 18:39:45,970][WARNING]: Native type 'int' is used in attribute 'conn_id'. Consider using a core DataJoint type for better portability.\n"
109109
]
110110
}
111111
],
@@ -125,10 +125,10 @@
125125
"id": "cell-5",
126126
"metadata": {
127127
"execution": {
128-
"iopub.execute_input": "2026-01-11T17:01:00.879771Z",
129-
"iopub.status.busy": "2026-01-11T17:01:00.879650Z",
130-
"iopub.status.idle": "2026-01-11T17:01:00.891402Z",
131-
"shell.execute_reply": "2026-01-11T17:01:00.891084Z"
128+
"iopub.execute_input": "2026-01-12T00:39:45.996493Z",
129+
"iopub.status.busy": "2026-01-12T00:39:45.996330Z",
130+
"iopub.status.idle": "2026-01-12T00:39:46.009015Z",
131+
"shell.execute_reply": "2026-01-12T00:39:46.008709Z"
132132
}
133133
},
134134
"outputs": [
@@ -192,10 +192,10 @@
192192
"id": "cell-8",
193193
"metadata": {
194194
"execution": {
195-
"iopub.execute_input": "2026-01-11T17:01:00.892973Z",
196-
"iopub.status.busy": "2026-01-11T17:01:00.892847Z",
197-
"iopub.status.idle": "2026-01-11T17:01:00.895912Z",
198-
"shell.execute_reply": "2026-01-11T17:01:00.895657Z"
195+
"iopub.execute_input": "2026-01-12T00:39:46.010853Z",
196+
"iopub.status.busy": "2026-01-12T00:39:46.010693Z",
197+
"iopub.status.idle": "2026-01-12T00:39:46.013411Z",
198+
"shell.execute_reply": "2026-01-12T00:39:46.013148Z"
199199
}
200200
},
201201
"outputs": [],
@@ -227,18 +227,18 @@
227227
"id": "cell-9",
228228
"metadata": {
229229
"execution": {
230-
"iopub.execute_input": "2026-01-11T17:01:00.897298Z",
231-
"iopub.status.busy": "2026-01-11T17:01:00.897190Z",
232-
"iopub.status.idle": "2026-01-11T17:01:00.921782Z",
233-
"shell.execute_reply": "2026-01-11T17:01:00.921493Z"
230+
"iopub.execute_input": "2026-01-12T00:39:46.014894Z",
231+
"iopub.status.busy": "2026-01-12T00:39:46.014784Z",
232+
"iopub.status.idle": "2026-01-12T00:39:46.039219Z",
233+
"shell.execute_reply": "2026-01-12T00:39:46.038937Z"
234234
}
235235
},
236236
"outputs": [
237237
{
238238
"name": "stderr",
239239
"output_type": "stream",
240240
"text": [
241-
"[2026-01-11 11:01:00,899][WARNING]: Native type 'int' is used in attribute 'unit_id'. Consider using a core DataJoint type for better portability.\n"
241+
"[2026-01-11 18:39:46,016][WARNING]: Native type 'int' is used in attribute 'unit_id'. Consider using a core DataJoint type for better portability.\n"
242242
]
243243
},
244244
{
@@ -271,10 +271,10 @@
271271
"id": "cell-10",
272272
"metadata": {
273273
"execution": {
274-
"iopub.execute_input": "2026-01-11T17:01:00.923179Z",
275-
"iopub.status.busy": "2026-01-11T17:01:00.923056Z",
276-
"iopub.status.idle": "2026-01-11T17:01:00.936296Z",
277-
"shell.execute_reply": "2026-01-11T17:01:00.935939Z"
274+
"iopub.execute_input": "2026-01-12T00:39:46.040763Z",
275+
"iopub.status.busy": "2026-01-12T00:39:46.040629Z",
276+
"iopub.status.idle": "2026-01-12T00:39:46.049964Z",
277+
"shell.execute_reply": "2026-01-12T00:39:46.049609Z"
278278
}
279279
},
280280
"outputs": [],

0 commit comments

Comments
 (0)