Registry / data / waxtablet

waxtablet

JSON →
library0.2.3pypypi✓ verified 84d ago

Auto-diffing LSP client for remote Jupyter notebooks. Version 0.2.3 supports Python >=3.9. Development appears active but sparse.

pip install waxtablet
INSTALL
IMPORT
SIG · WAXTABLET
W
waxtablet
datapythonv0.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NotebookLsp
✓ from waxtablet import NotebookLsp
✗ from waxtablet import connect_notebook
CellKind
✓ from waxtablet import CellKind
CellSync
✓ from waxtablet import CellSync

Connect to a remote Jupyter notebook and read the first cell.

import os from waxtablet import connect_notebook nb = connect_notebook( notebook_url="http://127.0.0.1:8888/tree", token=os.environ.get("JUPYTER_TOKEN", "") ) print(nb.cells[0].source)
Debug
Known issues
gotchaThe library is in early stage (v0.2.3), API may change without warning. Expect rough edges.
fix
Pin version and test upgrades carefully.
affects: all
gotchaconnect_notebook() expects a full notebook URL including /tree or /lab path, not just host:port.
fix
Use full URL like http://host:8888/tree (for classic) or http://host:8888/lab (for JupyterLab).
affects: 0.2.x
deprecatedThe package has no documented standard class names; direct function usage is recommended. Avoid assuming object-oriented API existence.
fix
Use functions from waxtablet directly; inspect returned objects for methods, not class hierarchy.
affects: 0.2.x
Upgrade
Version history
0.2.3latest on PyPI · released May 23, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources
waxtablet — pip install waxtablet · libregistry