Announcing the Positron Notebook Editor for Jupyter Notebooks - Posit

The Positron Notebook Editor in alpha provides a "batteries-included" experience that combines the simplicity of Jupyter with the power of a purpose-built data science IDE.

Posit

Quarto Wizard 2.0.0 is out!

Native extension management, batch operations, multi-extension selection, private repo support, and a new documentation website.

Upgrade today: https://mickael.canouil.fr/posts/2026-01-12-quarto-wizard-2-0-0/

#QuartoWizard #Quarto #VSCode #PositronIDE

Quarto Wizard 2.0.0: Native Extension Management and Batch Operations – MCU

Quarto Wizard 2.0.0 brings native extension management without CLI dependency, batch operations, multi-extension selection, and a new documentation website.

MCU

My favorite new trick for long running #RStats code, use `Rscript` in a shell and put the job in the background so if I accidentally close the shell it keeps running.

```
Rscript -e 'tar_make()' &
```

Even with two consoles in #PositronIDE, if one is constantly active running a `targets` job, weird things seem to happen with the outline and autocomplete in the second one.

Some code completion suggestions are helpful in #PositronIDE, but the writing suggestions in Quarto and markdown files get me crazy. Finally discovered how to turn them off!

In Settings (gear icon at bottom left), turn off the "Editor > Inline Suggest" and "Inlay Hints" settings. You can do it just for certain file types, like @lang:quarto, @lang:plaintext and @lang:markdown - search and then disable in the correct workspace.

Don't know where to start with all these #PositConf2025 videos? There's a chatbot you can query to find sessions that might interest you. (Then search for those sessions in the YouTube playlist.)
https://posit-ai-posit-conf-agenda-chat.share.connect.posit.cloud/
#RStats #Python #PositronIDE #QuartoPub https://masto.machlis.com/@smach/115510276625740131

Videos from September's posit::conf data science conference are already live on YouTube! 🎉🎉🎉See the full playlist: https://www.youtube.com/playlist?list=PL9HYL-VRX0oTixlfDPCS5RW_F1pccERRe

So many interesting talks you can now watch free, on topics like #RStats #Python #GenAI #LLMs @Posit 's #PositronIDE #QuartoPub

posit::conf(2025)

YouTube

Any other #PositronIDE users on Linux where horizontal scroll in the Data Viewer just suddenly broke in the 2025.10 release?

We could use your help if it has.

https://github.com/posit-dev/positron/issues/10043

#RStats

2025.10 data explorer doesn't horizontal scroll with <Shift>+scroll · Issue #10043 · posit-dev/positron

System details: Positron and OS details: Positron Version: 2025.10.0 build 199 Code - OSS Version: 1.103.0 Commit: 81d0c98 Date: 2025-10-09T18:44:33.424Z Electron: 37.2.3 Chromium: 138.0.7204.100 N...

GitHub

🎉 The magic is real: Quarto Wizard 1.0.0 is LIVE!

Wave goodbye to complexity, pure enchantment awaits:

🪄 Magical extension browsing (250+ spells available)
✨ One-click installation wizardry
🔮 VS Code & Positron enchantment

https://quarto.org/docs/blog/posts/2025-10-20-quarto-wizard-1-0-0/

#DataScience #ReproducibleResearch #Quarto #QuartoPub #VSCode #PositronIDE

Quarto Wizard 1.0.0: Democratising Quarto Extension Management – Quarto

Introducing a game-changing extension for VS Code and Positron that transforms Quarto extensions management with an intuitive GUI for extensions and templates.

Quarto

I've been avoiding trying the #PositronIDE remote session stuff due to having a intermediate machine that we use to connect to lab machines.

I searched through the SSH stuff today to find a possible solution, and discovered the ProxyCommand and/or ProxyJump that lets you connect through one host to another without stopping to officially start a second SSH session.

And it works! Positron connects and starts a session!

#RStats

https://superuser.com/questions/107679/forward-ssh-traffic-through-a-middle-machine

Forward SSH traffic through a middle machine

SSH tunneling is very confusing to me. I am wondering if I can do this in Linux. I have 3 machines.. A. My local machine at home. B. Machine at work that I can SSH into (middle man). C. My deskt...

Super User

#RStats #PositronIDE `renv` Linux users, could you chime in on whether you experience this particular bug when trying to debug functions installed via `renv` vs those in the system library.

https://github.com/posit-dev/positron/issues/9280

debug doesn't open source file when used on renv installed packages · Issue #9280 · posit-dev/positron

System details: Positron and OS details: Positron Version: 2025.09.0 build 139 Code - OSS Version: 1.103.0 Commit: 30e3d0a Date: 2025-08-29T18:34:16.368Z Electron: 37.2.3 Chromium: 138.0.7204.100 N...

GitHub