Skip to content

Commit ba4150d

Browse files
docs: Re-execute tutorials with datajoint-python master
- Add datajoint from master branch to pip_requirements.txt - Reference lcms-demo in configuration docs as example project - Re-execute all 22 tutorials with PostgreSQL backend Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 64f0560 commit ba4150d

25 files changed

+4144
-11020
lines changed

pip_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ mkdocstrings[python]
99
mkdocs-gen-files
1010
mkdocs-literate-nav
1111
mkdocs-autorefs
12+
13+
# DataJoint from master for tutorials
14+
git+https://github.com/datajoint/datajoint-python.git@master

src/how-to/configure-database.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Set up your DataJoint database connection.
44

55
> **Tip:** [DataJoint.com](https://datajoint.com) handles database configuration automatically with fully managed infrastructure and support.
66
7+
> **Example:** See [lcms-demo](https://github.com/datajoint/lcms-demo) for a complete DataJoint project with configuration examples.
8+
79
## Configuration Structure
810

911
DataJoint separates configuration into two parts:

src/how-to/master-part.ipynb

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

src/how-to/model-relationships.ipynb

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

src/how-to/read-diagrams.ipynb

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

src/reference/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
DataJoint configuration options and settings.
44

5+
> **Example:** See [lcms-demo](https://github.com/datajoint/lcms-demo) for a complete project with configuration files.
6+
57
## Configuration Sources
68

79
Configuration is loaded in priority order:

src/tutorials/advanced/custom-codecs.ipynb

Lines changed: 29 additions & 29 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-27T21:28:21.719728Z",
24-
"iopub.status.busy": "2026-01-27T21:28:21.719367Z",
25-
"iopub.status.idle": "2026-01-27T21:28:22.477252Z",
26-
"shell.execute_reply": "2026-01-27T21:28:22.476976Z"
23+
"iopub.execute_input": "2026-02-06T17:44:16.518834Z",
24+
"iopub.status.busy": "2026-02-06T17:44:16.518722Z",
25+
"iopub.status.idle": "2026-02-06T17:44:17.302635Z",
26+
"shell.execute_reply": "2026-02-06T17:44:17.302249Z"
2727
}
2828
},
2929
"outputs": [
3030
{
3131
"name": "stdout",
3232
"output_type": "stream",
3333
"text": [
34-
"[2026-01-27 15:28:22] DataJoint 2.1.0a9 connected to postgres@127.0.0.1:5432\n"
34+
"[2026-02-06 11:44:17] DataJoint 2.1.0 connected to datajoint@127.0.0.1:5432\n"
3535
]
3636
}
3737
],
@@ -56,10 +56,10 @@
5656
"id": "cell-3",
5757
"metadata": {
5858
"execution": {
59-
"iopub.execute_input": "2026-01-27T21:28:22.478948Z",
60-
"iopub.status.busy": "2026-01-27T21:28:22.478757Z",
61-
"iopub.status.idle": "2026-01-27T21:28:22.481499Z",
62-
"shell.execute_reply": "2026-01-27T21:28:22.481220Z"
59+
"iopub.execute_input": "2026-02-06T17:44:17.304614Z",
60+
"iopub.status.busy": "2026-02-06T17:44:17.304397Z",
61+
"iopub.status.idle": "2026-02-06T17:44:17.307345Z",
62+
"shell.execute_reply": "2026-02-06T17:44:17.306939Z"
6363
}
6464
},
6565
"outputs": [],
@@ -94,10 +94,10 @@
9494
"id": "cell-4",
9595
"metadata": {
9696
"execution": {
97-
"iopub.execute_input": "2026-01-27T21:28:22.482757Z",
98-
"iopub.status.busy": "2026-01-27T21:28:22.482672Z",
99-
"iopub.status.idle": "2026-01-27T21:28:22.499825Z",
100-
"shell.execute_reply": "2026-01-27T21:28:22.499564Z"
97+
"iopub.execute_input": "2026-02-06T17:44:17.309265Z",
98+
"iopub.status.busy": "2026-02-06T17:44:17.308959Z",
99+
"iopub.status.idle": "2026-02-06T17:44:17.327762Z",
100+
"shell.execute_reply": "2026-02-06T17:44:17.327387Z"
101101
}
102102
},
103103
"outputs": [],
@@ -117,10 +117,10 @@
117117
"id": "cell-5",
118118
"metadata": {
119119
"execution": {
120-
"iopub.execute_input": "2026-01-27T21:28:22.501145Z",
121-
"iopub.status.busy": "2026-01-27T21:28:22.501036Z",
122-
"iopub.status.idle": "2026-01-27T21:28:22.511227Z",
123-
"shell.execute_reply": "2026-01-27T21:28:22.510993Z"
120+
"iopub.execute_input": "2026-02-06T17:44:17.329429Z",
121+
"iopub.status.busy": "2026-02-06T17:44:17.329305Z",
122+
"iopub.status.idle": "2026-02-06T17:44:17.342630Z",
123+
"shell.execute_reply": "2026-02-06T17:44:17.342304Z"
124124
}
125125
},
126126
"outputs": [
@@ -184,10 +184,10 @@
184184
"id": "cell-8",
185185
"metadata": {
186186
"execution": {
187-
"iopub.execute_input": "2026-01-27T21:28:22.512625Z",
188-
"iopub.status.busy": "2026-01-27T21:28:22.512525Z",
189-
"iopub.status.idle": "2026-01-27T21:28:22.515254Z",
190-
"shell.execute_reply": "2026-01-27T21:28:22.514983Z"
187+
"iopub.execute_input": "2026-02-06T17:44:17.344250Z",
188+
"iopub.status.busy": "2026-02-06T17:44:17.344126Z",
189+
"iopub.status.idle": "2026-02-06T17:44:17.346886Z",
190+
"shell.execute_reply": "2026-02-06T17:44:17.346661Z"
191191
}
192192
},
193193
"outputs": [],
@@ -219,10 +219,10 @@
219219
"id": "cell-9",
220220
"metadata": {
221221
"execution": {
222-
"iopub.execute_input": "2026-01-27T21:28:22.516445Z",
223-
"iopub.status.busy": "2026-01-27T21:28:22.516338Z",
224-
"iopub.status.idle": "2026-01-27T21:28:22.533379Z",
225-
"shell.execute_reply": "2026-01-27T21:28:22.533106Z"
222+
"iopub.execute_input": "2026-02-06T17:44:17.348070Z",
223+
"iopub.status.busy": "2026-02-06T17:44:17.347965Z",
224+
"iopub.status.idle": "2026-02-06T17:44:17.364533Z",
225+
"shell.execute_reply": "2026-02-06T17:44:17.364232Z"
226226
}
227227
},
228228
"outputs": [
@@ -256,10 +256,10 @@
256256
"id": "cell-10",
257257
"metadata": {
258258
"execution": {
259-
"iopub.execute_input": "2026-01-27T21:28:22.534756Z",
260-
"iopub.status.busy": "2026-01-27T21:28:22.534660Z",
261-
"iopub.status.idle": "2026-01-27T21:28:22.537853Z",
262-
"shell.execute_reply": "2026-01-27T21:28:22.537634Z"
259+
"iopub.execute_input": "2026-02-06T17:44:17.365931Z",
260+
"iopub.status.busy": "2026-02-06T17:44:17.365832Z",
261+
"iopub.status.idle": "2026-02-06T17:44:17.369212Z",
262+
"shell.execute_reply": "2026-02-06T17:44:17.368862Z"
263263
}
264264
},
265265
"outputs": [],

0 commit comments

Comments
 (0)