Update Positron Notebook Editor docs: alpha to beta#346
Merged
Conversation
✅ Deploy Preview for positron-posit-co ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cindyytong
commented
Apr 30, 2026
cindyytong
commented
Apr 30, 2026
cindyytong
commented
Apr 30, 2026
seeM
reviewed
May 4, 2026
|
|
||
| The Positron Notebook Editor controls what metadata is saved to the notebook file. This makes notebooks more version-control-friendly. By default, cell outputs are saved but execution counts are not. You can adjust this behavior with the [`notebook.save.outputs`](positron://settings/notebook.save.outputs) and [`notebook.save.executionCounts`](positron://settings/notebook.save.executionCounts) settings. | ||
|
|
||
| For cleaner diffs, you can convert a Jupyter notebook to a Quarto notebook (`.qmd`) by running the _Quarto: Convert to Quarto Document_ command from the Command Palette. Quarto notebooks store code and markdown as plain text, making them easier to review in pull requests. For more information on Quarto convert see [the Quarto documentation](https://quarto.org/docs/cli/convert.html). |
Contributor
There was a problem hiding this comment.
Suggested change
| For cleaner diffs, you can convert a Jupyter notebook to a Quarto notebook (`.qmd`) by running the _Quarto: Convert to Quarto Document_ command from the Command Palette. Quarto notebooks store code and markdown as plain text, making them easier to review in pull requests. For more information on Quarto convert see [the Quarto documentation](https://quarto.org/docs/cli/convert.html). | |
| For cleaner diffs, you can convert a Jupyter notebook to a Quarto notebook (`.qmd`) by running the _Notebook: Convert to .qmd_ command from the Command Palette. Quarto notebooks store code and markdown as plain text, making them easier to review in pull requests. For more information on Quarto convert see [the Quarto documentation](https://quarto.org/docs/cli/convert.html). |
Reflect the notebook editor's maturity change, add version control and ghost cell suggestions sections, document all notebook settings, and apply style guide fixes (contractions, callout types, headings). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove bold from pane names (Connections, Variables, Help), remove Quarto convert language that is not shipping, and link to the Saving settings subsection instead of listing individual settings inline. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
f7c6d21 to
355461e
Compare
dhruvisompura
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
posit-dev/positron#12520
Summary
Test plan
quarto previewand verify the Positron Notebook Editor page renders correctlycallout-notepositron://settings/links open correctly in Positron🤖 Generated with Claude Code