Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:Jupyter Notebook

Filter by

279k results  (731 ms)

279k results

Summary This PR introduces Markdown integration and SHACL (Shapes Constraint Language) support to the SPARQL Notebook extension. Changes - Added Markdown cell support for enhanced documentation ...

Summary Fixes #17330. runAllCells() in notebookCommandListener.ts only dispatched via notebook.execute, which requires window.activeNotebookEditor. When invoked from a Python file with # %% cells ...

CodeCapy Review ₍ᐢ•(ܫ)•ᐢ₎ - PR: #16 - Commit: 2287c0b Codebase Summary Open Notebook is an open-source research tool that offers a privacy-first, multi-modal notebook experience. It integrates ...
dependencies
python:uv

Area: Documentation
Internals: Review

First of all, thanks for this extension. It s exactly what I need right now. Most of the times, the notebook was not completely loaded, which resulted in a failure to read the GET parameters. This PR adds an event handler for notebook loaded .

Fixes ModuleNotFoundError; some submodules of notebook that moved to jupyter_server were finally removed in notebook 7.x. We try importing from notebook and fall back on jupyter_server (perhaps this should be the other way around?).

Description Notebook diff computation hangs indefinitely when cells contain large base64-encoded images (1MB+). The hash function was processing the entire output buffer byte-by-byte. Changes ...

Copying a notebook cell now preserves its view state. Previously, copying a markdown cell in editing mode would create a copy in preview mode. Changes cellOperations.ts - Capture edit state ...

Migrator s logs: 09:46:38 INFO [pos_debt_notebook] Running migration from 14.0 to 15.0