Skip to content

Fix error opening jupyter notebook#1437

Merged
jlarson4 merged 4 commits into
TransformerLensOrg:devfrom
danra:fix_jupyter
Jun 23, 2026
Merged

Fix error opening jupyter notebook#1437
jlarson4 merged 4 commits into
TransformerLensOrg:devfrom
danra:fix_jupyter

Conversation

@danra

@danra danra commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Description

uv run jupyter notebook demos/xxx.ipynb currently fails with:

   ModuleNotFoundError: No module named 'jupyter_server.contents'

This was fixed in jupyer 6.5.6 (see jupyter/notebook#7048)

The PR updates the locked jupyter notebook version from v6.5.4->v6.5.7, resolving the issue.
A couple of minor drive-by fixes are also applied.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes
  • I have not rewritten tests relating to key interfaces which would affect backward compatibility

Comment thread uv.lock
Comment thread pyproject.toml Outdated
danra added 3 commits June 23, 2026 12:21
By updating jupyter notebook (v6.5.4->v6.5.7)

Previously, `uv run jupyter notebook demos/xxx.ipynb` failed with:

   ModuleNotFoundError: No module named 'jupyter_server.contents'

This was fixed in jupyer 6.5.6 (see jupyter/notebook#7048)
@jlarson4 jlarson4 merged commit 6b0a3aa into TransformerLensOrg:dev Jun 23, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants