Update docs to reference notebook sessions#358
Conversation
✅ Deploy Preview for positron-posit-co ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
juliasilge
left a comment
There was a problem hiding this comment.
Thank you! 🚀
This is ready to merge after those suggested changes.
| You can open an existing connection that you created from Python or R from the [**Variables** pane](variables-pane.qmd): | ||
|
|
||
| {fig-alt="Variables pane showing a conn variable with sqlite3.Connection type and a database icon button highlighted with an orange circle."} | ||
| {fig-alt="Variables pane showing a conn variable with sqlite3.Connection type and a database icon button highlighted with a red square."} |
There was a problem hiding this comment.
This is VERY LARGE now. Can we use width=300 or similar to size it better on the page?
There was a problem hiding this comment.
This is fine for now but when we script up these screenshots using Playwright, let's not use the crazy scoped R assignment operator here 🙅🏻♀️
Related to posit-dev/positron#13381
cc @midleman
There was a problem hiding this comment.
This is easy to fix - I'll get this updated. I had claude re-create the file but I didn't catch the assignment operators 😅
There was a problem hiding this comment.
This one we do need to change; it should say "Vector" and not "Array" there on line 9.
There was a problem hiding this comment.
done! Thanks for catching that
Co-authored-by: Julia Silge <julia.silge@gmail.com>
Updates the docs to reflect the notebook session work in the interpreter picker from posit-dev/positron#11861. Closes posit-dev/positron#12384.
Changes
Restructured
managing-interpreters.qmdinto three sections:Updated
positron-notebook-editor.qmdto talk about notebook sessions in the interpreter picker. Removed the note about matching the console session shown in the interpreter picker to the notebook session.