TIL Positron is not beta anymore. In fact, it's out of beta for ten months now! 😅

https://positron.posit.co/release-notes/release-2025-07.html

#PositronIDE #RStats #Python #DataScience #stats

2025.07.0-204 Release Notes – Positron

https://github.com/posit-dev/positron/releases/tag/2025.07.0-204

Positron

RE: https://fosstodon.org/@tylermorganwall/116358658457572251

If you use #RStats {targets} in #PositronIDE , you probably want this extension (at least the newest one, which I see as v0.5.3).

Hover over a target, and it tells you how many targets depend on it. Click on that number, and it lists them ALL! It's like a listing version of tar_network()!

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