Skip to content

Commit 95a9a0e

Browse files
committed
Publish 2.31.7
SHA256 hashes: jupyter-ai-core-2.31.7.tgz: 5ed4dc05084ab26337eec758be449810d933eee566164d8c850df74b17ece2f2 jupyter_ai-2.31.7-py3-none-any.whl: e73eb87d6777e4f0c1bf9d42e90da39d5e2463ba0051031f02f9863e535cc955 jupyter_ai-2.31.7.tar.gz: 88289ee0fabdfa9e1883a0089c9afa36a0cc916c81e81b6f4e2655f000437159 jupyter_ai_magics-2.31.7-py3-none-any.whl: 42b0b26d1864bd98cf6c6a303733d42186801eb1477a3b85acb396e2a94b5ab1 jupyter_ai_magics-2.31.7.tar.gz: c6d77a29b19e520ff1113fb92c4830df4154e322c917a4c356739440450721e4
1 parent bbf6d16 commit 95a9a0e

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

CHANGELOG.md

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

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 2.31.7
6+
7+
The Dask dashboard (showing progress of `/learn` calls) is now disabled by default, as it is only intended for local development. Pass the `--AiExtension.enable_dask_dashboard=True` trait to enable the Dask dashboard on port `8787`.
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
10+
11+
### Bugs fixed
12+
13+
- [2.x] Disable Dask dashboard by default [#1506](https://github.com/jupyterlab/jupyter-ai/pull/1506) ([@dlqqq](https://github.com/dlqqq))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-07-25&to=2025-11-25&type=c))
18+
19+
[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2025-07-25..2025-11-25&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Abrichet+updated%3A2025-07-25..2025-11-25&type=Issues) | [@cszhbo](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Acszhbo+updated%3A2025-07-25..2025-11-25&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-07-25..2025-11-25&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2025-07-25..2025-11-25&type=Issues) | [@felix5572](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Afelix5572+updated%3A2025-07-25..2025-11-25&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2025-07-25..2025-11-25&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2025-07-25..2025-11-25&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 2.31.6
624

725
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
@@ -23,8 +41,6 @@
2341

2442
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-06-04..2025-07-25&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2025-06-04..2025-07-25&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-06-04..2025-07-25&type=Issues)
2543

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2844
## 2.31.5
2945

3046
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "2.31.6",
4+
"version": "2.31.7",
55
"npmClient": "yarn",
66
"useNx": true
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/monorepo",
3-
"version": "2.31.6",
3+
"version": "2.31.7",
44
"description": "A generative AI extension for JupyterLab",
55
"private": true,
66
"keywords": [

packages/jupyter-ai-magics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/magics",
3-
"version": "2.31.6",
3+
"version": "2.31.7",
44
"description": "Jupyter AI magics Python package. Not published on NPM.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

packages/jupyter-ai-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/test",
3-
"version": "2.31.6",
3+
"version": "2.31.7",
44
"description": "Jupyter AI test package. Not published on NPM or PyPI.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

packages/jupyter-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/core",
3-
"version": "2.31.6",
3+
"version": "2.31.7",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

packages/jupyter-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
# pydantic <2.10.0 raises a "protected namespaces" error in JAI
2929
# - See: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.protected_namespaces
3030
"pydantic>=2.10.0,<3",
31-
"jupyter_ai_magics>=2.31.6,<3.0.0",
31+
"jupyter_ai_magics>=2.31.7,<3.0.0",
3232
"dask[distributed]",
3333
# faiss-cpu is not distributed by the official repo.
3434
# v1.8.0.post0 should be excluded as it lacks macOS x86 wheels.

0 commit comments

Comments
 (0)