pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Jupyter Notebook language:JavaScript
Filter by
279k results
Summary
Fixes #13240 and #13251.
- Drag-selecting text in a tall Positron notebook cell should scroll past the viewport boundary.
- Functionality should be tested via automated test, without ...
What
Adds ai_functions (dist loom-ai-functions), a small library bundled into the Loom Spark environment so an analyst can
enrich a text column from a notebook cell with Azure OpenAI:
import ...
References
- Replaces https://github.com/jupyterlab/jupyterlab/pull/18973 for now
- Tracking issue itself in #19005
Code changes
Adds an explicit timeout as a workaround for some yet to be solved ...
maintenance
tag:Testing
Motivation
- Simplify the closed-notebook appearance by removing decorative elements and aligning with the 2026 minimalist
line-art visual direction.
- Improve readability and spacing of the ...
Fixes #13510
Summary
Add a new button in the positron notebook editor s action bar to show keyboard shortcuts. This currently opens up a
modal that lists out the common keyboard shortcuts a user ...
Closes #12618
When the runtime crashes mid-execution, listen for session end and mark in-flight cells as failed so the play button
resets.
Test steps
1. Open a Python notebook with notebook ...
This PR fixes notebook output MIME handling during TeX export so rich outputs are used instead of plain text. It
specifically adds Markdown, Math, and Latex notebook display outputs.
There is a ...