home.social

#positron — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #positron, aggregated by home.social.

  1. Hm OK I just noticed the automatic git blame displayed in the status bar of Positron for wherever your cursor is. That's pretty cool.
    #Positron #git #dataScience

  2. The latest release of went out last week, and it is chock full of exciting stuff! 🤩 Check out the new Packages pane, inline output for Quarto, the new Posit Assistant interface, and more:

    opensource.posit.co/blog/2026-

  3. I'm checking out the new packages pane in our #Positron IDE. Python or #RStats. The little blue arrows mean package updates are available. Search, sort, install, update, remove, and filter by category. More cool metadata coming in a future release.

  4. Is someone else having issues with #Positron using remote SSH? My #RStats sessions take FOR EVER to startup and the console has enormous latency and sometimes it just completely locks up and I need to close the whole session, sometimes even restart Positron completely.
    Meanwhile, using R from the terminal via SSH works perfectly well. And VSCode using the normal R terminal also is working well.

  5. Hard to really appreciate what RStudio does for R until you step outside of it. Positron is nice too, but still feels second-best. One can hope that #julialang and #rstats devs get together to make Julia a 1st class #Positron citizen. I’d make the switch permanently. #RCall #JuliaCall

    RE: https://bsky.app/profile/did:plc:35asdziyhgfyzwel3pzyhsvb/post/3missmvpm3c2c

  6. @neilstats I’ve been finding productivity in running #R code in a literate programming style with #Quarto. Also, wanting to explore the new #Jupyter notebooks support in #Positron to see how an #EDA workflow might look like.

  7. Positron 2026.03.0 is out — and it’s getting seriously good for real data workflows.

    ✨ Reliable step-by-step execution in R (finally!)
    📄 Built-in PDF viewer (no more context switching)
    📓 Notebook editor evolving: interactive data grids, better cell control, Jupyter-like UX

    This is moving beyond “just an IDE” → toward an integrated data + analysis environment.
    positron.posit.co/release-note
    #rstats #datascience #positron #quarto #ai

  8. Nice integrated PDF viewer in the latest version of #Positron from @[email protected]! Now expand this to image files, too :-)

  9. For over a month I have been using #positron. In most cases it is pretty much living the dream of working with R and Python from the same directory simultaneously! I like how it handles Git. I also now have the full universe of VS Code extensions available! There are some little things that Rstudio still handles better. For example, some piped tidyverse code does not carry indents to the next line correctly for some reason. It can be used to develop shiny apps honestly easier than Rstudio, but it doesn't have the convenient shinyapps.io publishing GUI (I think?). I haven't done rMarkdown work with it yet, so I can't say whether they've achieved feature parity there. But it sure is convenient being able to work in both languages from one IDE!

  10. The team has a new blog! ✨

    Check out the first post, about a talk I recently gave for R-Ladies Abuja, and subscribe via email or RSS feed to stay up to date:

    positron.posit.co/blog/posts/2

  11. Changed to ragg in RStudio and printed a 1080x720 png of the same plot in RStudio and Positron. They were both “not great” on my machine. Changed both to cairo via option(device=‘cairo’). Printed the same pngs. Much better. #Rstats #Positron

    RE: https://bsky.app/profile/did:plc:i3kttcfvatcgakyi7ddumbq6/post/3mbzagfmrqk2f

  12. Could we get that #julialang thang for #positron already? I just want to experience it in a warm, comfortable space that I’m familiar with, and that has a better DS-vibe than standard VS Code.

    RE: https://bsky.app/profile/did:plc:kq4paxwakxpqlbuuom7jlfjz/post/3mfhyo2yq6s25

  13. The latest monthly release of has a BRAND NEW editor for `.ipynb` available for early alpha testing! 📒

    I am excited about what Positron is going to offer Jupyter notebook users in terms of truly "batteries included" IDE integration:

    posit.co/blog/announcing-the-p

  14. RE: scicomm.xyz/@dantheclamman/115

    I've been trying Positron for a while now, also because the programming course that precedes the data science course, uses VS Code.

    Mixed feelings, to be honest.
    + Switching between R and Python is smooth
    + Python integration and interactive sessions works out of the box
    + flexible IDE

    - (very) slow to start up
    - code indentation is awkwardly full vertical, not like in RStudio
    - Quarto workflow for books is more intuitive in RStudio (for me, for now)

    #RStats #RStudio #Positron

  15. @dantheclamman I've never come back to . The migration is totally worthy. I used pycharm for python because I have an academic license, but I also moved to . Much more prepared for data science.

  16. For those in the #rstats world, have you migrated from #rstudio to #positron? I am finally trying Positron; love the auto dark mode, which I previously had to use a script to do in rstudio. and it seems to be executing code fine using the here() package to point to files in a directory. What are your thoughts? Excited to see about Python where I was using a mix of the Rstudio/reticulate and Spyder that never worked the way I wanted.

  17. If you use and I'd love to know what you think of this:

    `duckdb-r-editor` a Positron extension for duckdb SQL code highlighting and completion within R files.

    github.com/belian-earth/duckdb

    A big chunk of this has been vibe coded, I know this gets a bad rep on mastodon but this extension makes writing SQL in R so much nicer (for me at least) so in theory it'll mean I can use less AI from here on ...
    ✌️

  18. RE: infosec.exchange/@0xabad1dea/1

    People looking at Positron from @Posit for use in data analysis and the classroom, it might be a good idea to set

    task.allowAutomaticTasks: off

    After some digging around, turns out this feature has been abused in the past.

    #Rstats #Positron #Python

  19. The latest release of has a TOTAL REVAMP of the integration to GitHub Copilot, which solves a ton of auth problems!

    In this screencast, I walk through how to set up Positron Assistant 🤖 to use GitHub Copilot as a model provider:

    youtu.be/T8dCQ6iIFXo

  20. So today I vibe coded a /vscode extension to detect SQL strings (in R scripts) called by {DBI} and other common packages with functions that call SQL strings, it then provides code completion/suggestions. It also has super buggy code highlighting. Oh and it only really works with . It's so rough right now but I feel like it would be amazingly useful if it worked well, does anything like this already exist / can someone build a stable version of it please 🤣 ?

  21. So today I vibe coded a #positron /vscode extension to detect SQL strings (in R scripts) called by {DBI} and other common packages with functions that call SQL strings, it then provides code completion/suggestions. It also has super buggy code highlighting. Oh and it only really works with #duckdb. It's so rough right now but I feel like it would be amazingly useful if it worked well, does anything like this already exist / can someone build a stable version of it please 🤣 ? #rstats #posit

  22. So today I vibe coded a #positron /vscode extension to detect SQL strings (in R scripts) called by {DBI} and other common packages with functions that call SQL strings, it then provides code completion/suggestions. It also has super buggy code highlighting. Oh and it only really works with #duckdb. It's so rough right now but I feel like it would be amazingly useful if it worked well, does anything like this already exist / can someone build a stable version of it please 🤣 ? #rstats #posit

  23. So today I vibe coded a #positron /vscode extension to detect SQL strings (in R scripts) called by {DBI} and other common packages with functions that call SQL strings, it then provides code completion/suggestions. It also has super buggy code highlighting. Oh and it only really works with #duckdb. It's so rough right now but I feel like it would be amazingly useful if it worked well, does anything like this already exist / can someone build a stable version of it please 🤣 ? #rstats #posit

  24. So today I vibe coded a #positron /vscode extension to detect SQL strings (in R scripts) called by {DBI} and other common packages with functions that call SQL strings, it then provides code completion/suggestions. It also has super buggy code highlighting. Oh and it only really works with #duckdb. It's so rough right now but I feel like it would be amazingly useful if it worked well, does anything like this already exist / can someone build a stable version of it please 🤣 ? #rstats #posit

  25. Ah yes, because what the world desperately needed was another #IDE to migrate to, called #Positron, no less. 🤦‍♂️ Just in case you were missing the thrill of overcomplicating #data #science with yet another 'next-gen' solution, don't worry, Positron's got your back (and your headaches). 😅
    posit.co/blog/positron-migrati #software #development #headaches #nextgen #HackerNews #ngated

  26. Great Q from @smachlis.bsky.social in @posit.co hangout: "How can I see token usage in Positron Assistant?" For providers that track tokens, we display in Chat and Positron Assistant icon on the right of the Status Bar. Image from pending 2025.11.0 release #RStats #Pydata #DataBS #Positron

  27. #MPP:
    "
    Die Entstehungsgeschichte des Universums: Der Blick zurück an den Anfang
    "
    ".. neue Möglichkeiten .. wie .. Anfänge des Kosmos künftig erforschen ..: Mit Signalen, die uns von gewaltigen Explosionen im sehr frühen Universum bis in die heutige Zeit erreichen."

    mpp.mpg.de/aktuelles/meldungen

    16.10.2025

    #Antimaterie #Astrophysik #CMB #Energie #Explosion #Kosmologie #Neutrino #NiedrigenergetischerNeutrinoHintergrund #Positron #Röntgenstrahlung #Universum

  28. #MPP:
    "
    Die Entstehungsgeschichte des Universums: Der Blick zurück an den Anfang
    "
    ".. neue Möglichkeiten .. wie .. Anfänge des Kosmos künftig erforschen ..: Mit Signalen, die uns von gewaltigen Explosionen im sehr frühen Universum bis in die heutige Zeit erreichen."

    mpp.mpg.de/aktuelles/meldungen

    16.10.2025

    #Antimaterie #Astrophysik #CMB #Energie #Explosion #Kosmologie #Neutrino #NiedrigenergetischerNeutrinoHintergrund #Positron #Röntgenstrahlung #Universum

  29. #MPP:
    "
    Die Entstehungsgeschichte des Universums: Der Blick zurück an den Anfang
    "
    ".. neue Möglichkeiten .. wie .. Anfänge des Kosmos künftig erforschen ..: Mit Signalen, die uns von gewaltigen Explosionen im sehr frühen Universum bis in die heutige Zeit erreichen."

    mpp.mpg.de/aktuelles/meldungen

    16.10.2025

    #Antimaterie #Astrophysik #CMB #Energie #Explosion #Kosmologie #Neutrino #NiedrigenergetischerNeutrinoHintergrund #Positron #Röntgenstrahlung #Universum

  30. #MPP:
    "
    Die Entstehungsgeschichte des Universums: Der Blick zurück an den Anfang
    "
    ".. neue Möglichkeiten .. wie .. Anfänge des Kosmos künftig erforschen ..: Mit Signalen, die uns von gewaltigen Explosionen im sehr frühen Universum bis in die heutige Zeit erreichen."

    mpp.mpg.de/aktuelles/meldungen

    16.10.2025

    #Antimaterie #Astrophysik #CMB #Energie #Explosion #Kosmologie #Neutrino #NiedrigenergetischerNeutrinoHintergrund #Positron #Röntgenstrahlung #Universum

  31. #MPP:
    "
    Die Entstehungsgeschichte des Universums: Der Blick zurück an den Anfang
    "
    ".. neue Möglichkeiten .. wie .. Anfänge des Kosmos künftig erforschen ..: Mit Signalen, die uns von gewaltigen Explosionen im sehr frühen Universum bis in die heutige Zeit erreichen."

    mpp.mpg.de/aktuelles/meldungen

    16.10.2025

    #Antimaterie #Astrophysik #CMB #Energie #Explosion #Kosmologie #Neutrino #NiedrigenergetischerNeutrinoHintergrund #Positron #Röntgenstrahlung #Universum

  32. 🤔 Curious about Positron, the next-gen open-source data science IDE from Posit?

    R-Ladies Gaborone hosted with @ivelasq3 from @Posit for “Positron for RStudio Users.”

    🎥 Watch: youtu.be/2fOQzgkxi6g

    💬 Join: meetup.com/rladies-gaborone/ev

  33. I have used #SpyderIDE since 2017. It is what I learned to code #Python on and I love the workflow.

    However, I realize that it is limited in comparison to many other IDEs. As a result I've tried many alternatives in hope of being able to migrate to something better and learn new tricks, but nothing's been just right. I got VSCode the closest, but it refused to cross the finish line.

    I had nearly given up, but then I heard of #Positron, and after the first try I knew I had found the one!

  34. #OnThisDay Birth Anniversary of Louis Sullivan (1856) - American architect, and has been called the "father of skyscrapers" and "father of modernism".

    Birth Anniversary of physicist Carl David Anderson (1905) - best known for his discovery of the #Positron in 1932 and #Muon in 1936.

    knowledgezone.co.in/news

  35. Announcing #Positron, the #IDE that promises to #revolutionize #data #science by letting you use... wait for it... #Python and R! 🎉 Because clearly, what was missing from the world of data science was yet another platform to write "Hello, World!" in 15 different languages. 🤦‍♂️
    posit.co/blog/positron-product #R #tech #news #HackerNews #ngated

  36. Announcing #Positron, the #IDE that promises to #revolutionize #data #science by letting you use... wait for it... #Python and R! 🎉 Because clearly, what was missing from the world of data science was yet another platform to write "Hello, World!" in 15 different languages. 🤦‍♂️
    posit.co/blog/positron-product #R #tech #news #HackerNews #ngated

  37. Announcing #Positron, the #IDE that promises to #revolutionize #data #science by letting you use... wait for it... #Python and R! 🎉 Because clearly, what was missing from the world of data science was yet another platform to write "Hello, World!" in 15 different languages. 🤦‍♂️
    posit.co/blog/positron-product #R #tech #news #HackerNews #ngated

  38. Announcing #Positron, the #IDE that promises to #revolutionize #data #science by letting you use... wait for it... #Python and R! 🎉 Because clearly, what was missing from the world of data science was yet another platform to write "Hello, World!" in 15 different languages. 🤦‍♂️
    posit.co/blog/positron-product #R #tech #news #HackerNews #ngated

  39. I'm excited to speak this afternoon at on outgrowing your laptop with for users! :rstats:

    You can check out my slides at juliasilge.github.io/useR-2025/

  40. I'm excited to speak this afternoon at #useR2025 on outgrowing your laptop with #Positron for #rstats users! :rstats:

    You can check out my slides at juliasilge.github.io/useR-2025/

  41. I'm excited to speak this afternoon at #useR2025 on outgrowing your laptop with #Positron for #rstats users! :rstats:

    You can check out my slides at juliasilge.github.io/useR-2025/

  42. I'm excited to speak this afternoon at #useR2025 on outgrowing your laptop with #Positron for #rstats users! :rstats:

    You can check out my slides at juliasilge.github.io/useR-2025/

  43. I'm excited to speak this afternoon at #useR2025 on outgrowing your laptop with #Positron for #rstats users! :rstats:

    You can check out my slides at juliasilge.github.io/useR-2025/

  44. In #Positron does anyone know how to get code coloring to work? Mine shows up white when in source and I don't like it. #Positron #Rmd #CodeColor