·
2 commits
to main
since this release
- The "Preview" and "Preview Format..." commands now show in the Positron Notebook Editor overflow menu (#1001).
- In Positron, Jupyter Notebooks (
.ipynb) are now exported via the new unified "Export" command, rather than the "Quarto: Convert to .qmd" command (#999). - Fixed a bug where formatting a code cell stripped leading empty lines. Leading empty lines between option directives and code are now preserved, and two or more leading empty lines are collapsed to one (#953).
- Fixed a bug where IPython magics (
%,%%) and shell escapes (!) in Python code cells produced spurious diagnostics from language servers like Pyrefly and Ruff. These lines are now commented out in the virtual document handed to language servers (#1013). - The "Render Document" command is now available in the Positron Notebook Editor (#1002).
- Fixed notebooks failing to render or preview when they were visible but not active, or while the Panel or Sidebar were open (#1007).