{"id":27537,"library":"waxtablet","title":"waxtablet","description":"Auto-diffing LSP client for remote Jupyter notebooks. Version 0.2.3 supports Python >=3.9. Development appears active but sparse.","status":"active","version":"0.2.3","language":"python","source_language":"en","source_url":"https://github.com/astropenguin/waxtablet","tags":["jupyter","lsp","notebook","remote"],"install":[{"cmd":"pip install waxtablet","lang":"bash","label":"PyPI"}],"dependencies":[],"imports":[{"wrong":"from waxtablet import connect_notebook","symbol":"NotebookLsp","correct":"from waxtablet import NotebookLsp"},{"symbol":"CellKind","correct":"from waxtablet import CellKind"},{"symbol":"CellSync","correct":"from waxtablet import CellSync"}],"quickstart":{"code":"import os\nfrom waxtablet import connect_notebook\nnb = connect_notebook(\n    notebook_url=\"http://127.0.0.1:8888/tree\",\n    token=os.environ.get(\"JUPYTER_TOKEN\", \"\")\n)\nprint(nb.cells[0].source)","lang":"python","description":"Connect to a remote Jupyter notebook and read the first cell."},"warnings":[{"fix":"Pin version and test upgrades carefully.","message":"The library is in early stage (v0.2.3), API may change without warning. Expect rough edges.","severity":"gotcha","affected_versions":"all"},{"fix":"Use full URL like http://host:8888/tree (for classic) or http://host:8888/lab (for JupyterLab).","message":"connect_notebook() expects a full notebook URL including /tree or /lab path, not just host:port.","severity":"gotcha","affected_versions":"0.2.x"},{"fix":"Use functions from waxtablet directly; inspect returned objects for methods, not class hierarchy.","message":"The package has no documented standard class names; direct function usage is recommended. Avoid assuming object-oriented API existence.","severity":"deprecated","affected_versions":"0.2.x"}],"env_vars":null,"search_vec":"'0.2.3':12 '3.9':15 'activ':18 'appear':17 'auto':3 'auto-dif':2 'client':6 'develop':16 'dif':4 'jupyt':9,21 'lsp':5,22 'notebook':10,23 'python':14 'remot':8,24 'spars':20 'support':13 'version':11 'waxtablet':1","created_at":"2026-05-01T17:46:46.487249+00:00","updated_at":"2026-05-01T17:46:46.487249+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/waxtablet/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["data","http-networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}