Skip to content

Fix error opening jupyter notebook#1437

Open
danra wants to merge 4 commits into
TransformerLensOrg:devfrom
danra:fix_jupyter
Open

Fix error opening jupyter notebook#1437
danra wants to merge 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

danra added 4 commits June 22, 2026 23:16
By updating jupyter notebook in lockfile (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)
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.

1 participant