Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
© Dimitri Yatsenko, 2024. All rights reserved.
© DataJoint Inc., 2024-2025. All rights reserved.

# Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License

Expand Down
3 changes: 0 additions & 3 deletions book/00-introduction/49-connect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"source": [
"---\n",
"title: Database Connection\n",
"date: 2024-08-13\n",
"authors:\n",
" - name: Dimitri Yatsenko\n",
"---"
]
},
Expand Down
20 changes: 10 additions & 10 deletions book/70-interfaces/011-dashboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 1,
"id": "fc57fae1",
"metadata": {},
"outputs": [
Expand All @@ -396,7 +396,7 @@
"Collecting Werkzeug<3.2 (from dash)\n",
" Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)\n",
"Collecting plotly>=5.0.0 (from dash)\n",
" Downloading plotly-6.3.1-py3-none-any.whl.metadata (8.5 kB)\n",
" Downloading plotly-6.4.0-py3-none-any.whl.metadata (8.5 kB)\n",
"Requirement already satisfied: importlib-metadata in /opt/conda/lib/python3.13/site-packages (from dash) (8.7.0)\n",
"Requirement already satisfied: typing-extensions>=4.1.1 in /opt/conda/lib/python3.13/site-packages (from dash) (4.12.2)\n",
"Requirement already satisfied: requests in /opt/conda/lib/python3.13/site-packages (from dash) (2.32.5)\n",
Expand All @@ -412,25 +412,25 @@
"Requirement already satisfied: jinja2>=3.1.2 in /opt/conda/lib/python3.13/site-packages (from Flask<3.2,>=1.0.4->dash) (3.1.6)\n",
"Requirement already satisfied: markupsafe>=2.1.1 in /opt/conda/lib/python3.13/site-packages (from Flask<3.2,>=1.0.4->dash) (3.0.2)\n",
"Collecting narwhals>=1.15.1 (from plotly>=5.0.0->dash)\n",
" Downloading narwhals-2.7.0-py3-none-any.whl.metadata (11 kB)\n",
" Downloading narwhals-2.11.0-py3-none-any.whl.metadata (11 kB)\n",
"Requirement already satisfied: packaging in /opt/conda/lib/python3.13/site-packages (from plotly>=5.0.0->dash) (24.2)\n",
"Requirement already satisfied: zipp>=3.20 in /opt/conda/lib/python3.13/site-packages (from importlib-metadata->dash) (3.23.0)\n",
"Requirement already satisfied: charset_normalizer<4,>=2 in /opt/conda/lib/python3.13/site-packages (from requests->dash) (3.3.2)\n",
"Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.13/site-packages (from requests->dash) (3.7)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/lib/python3.13/site-packages (from requests->dash) (2.5.0)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.13/site-packages (from requests->dash) (2025.8.3)\n",
"Downloading dash-3.2.0-py3-none-any.whl (7.9 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.9/7.9 MB\u001b[0m \u001b[31m22.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0ma \u001b[36m0:00:01\u001b[0m\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.9/7.9 MB\u001b[0m \u001b[31m1.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0ma \u001b[36m0:00:01\u001b[0m\n",
"\u001b[?25hDownloading flask-3.1.2-py3-none-any.whl (103 kB)\n",
"Downloading plotly-6.3.1-py3-none-any.whl (9.8 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m9.8/9.8 MB\u001b[0m \u001b[31m25.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0ma \u001b[36m0:00:01\u001b[0m\n",
"Downloading plotly-6.4.0-py3-none-any.whl (9.9 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m9.9/9.9 MB\u001b[0m \u001b[31m1.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0ma \u001b[36m0:00:01\u001b[0m\n",
"\u001b[?25hDownloading werkzeug-3.1.3-py3-none-any.whl (224 kB)\n",
"Downloading retrying-1.4.2-py3-none-any.whl (10 kB)\n",
"Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)\n",
"Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)\n",
"Downloading narwhals-2.7.0-py3-none-any.whl (412 kB)\n",
"Downloading narwhals-2.11.0-py3-none-any.whl (423 kB)\n",
"Installing collected packages: Werkzeug, retrying, narwhals, itsdangerous, blinker, plotly, Flask, dash\n",
"Successfully installed Flask-3.1.2 Werkzeug-3.1.3 blinker-1.9.0 dash-3.2.0 itsdangerous-2.2.0 narwhals-2.7.0 plotly-6.3.1 retrying-1.4.2\n",
"Successfully installed Flask-3.1.2 Werkzeug-3.1.3 blinker-1.9.0 dash-3.2.0 itsdangerous-2.2.0 narwhals-2.11.0 plotly-6.4.0 retrying-1.4.2\n",
"\u001b[33mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.\u001b[0m\u001b[33m\n",
"\u001b[0mNote: you may need to restart the kernel to use updated packages.\n"
]
Expand All @@ -442,7 +442,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 2,
"id": "8552689c",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -479,7 +479,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 3,
"id": "2c86f059",
"metadata": {},
"outputs": [
Expand Down
2 changes: 1 addition & 1 deletion book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- name: Dimitri Yatsenko
---

© Dimitri Yatsenko, 2024-2025. All rights reserved.
© DataJoint Inc., 2024-2025. All rights reserved.

[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)

Expand Down