🚀 The Positron Notebook Editor is now in Alpha! Try it out and share your feedback #10047
Replies: 10 comments 15 replies
-
|
For R users, .ipynb notebooks must reliably render R htmlwidgets (e.g., DT, plotly, leaflet, reactable). Without native support for R’s JS-based widgets, notebooks are not viable for interactive EDA. This gap is the primary reason I continue to use RStudio notebooks and have not switched to Positron or VSCode. Until R htmlwidgets work end-to-end in ipynb notebooks, Positron cannot replace RStudio for interactive R-based exploratory data analysis. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, mostly replying to this : "What makes a notebook experience truly productive for your work ?" |
Beta Was this translation helpful? Give feedback.
-
|
Apologies in advance as I know this is not a Would be super grateful if that could be prioritized! |
Beta Was this translation helpful? Give feedback.
-
|
Not specifically notebook related, but when writing and testing code in the console for fine tuning, this issue is low key one of my main frustrations with Positron: #8738 |
Beta Was this translation helpful? Give feedback.
-
|
One pain point as I've been teaching students who want to use Jupyter notebooks, having the kernel in the Jupyter notebook not match the selected interpreter has been a problem as discussed in #5922. |
Beta Was this translation helpful? Give feedback.
-
|
A couple bits of feedback before disabling the alpha flag:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone! I have been playing with Positron's Juoyter Notebooks for a few days now and the experience was mostly very good. I like the design you chose to go with, more modern than the original. But I have a couple of demands. First, I'd like to be able to customize a little more the notebook font sizes, as I like my Markdown titles to be bigger than what they actually are, their size confuses me a little right now. Also, I have been playing with the new extension for Julia in Positron and I have been pleasantly surprised by something that I hopped Positron would do for a while : the plots appear on the Plots pane, not on the cell's output. I guess that won't be a feature for everyone but I love working like this. At first I thought it was a new feature from the Positron's notebooks but... No. At least not for Python, as the plots keep showing on the cells' outputs, not the plots pane. I would trully love to have the ability to output Python's plots on the dedicated pane, rather than on the cell's output and I hope you guys will choose to implement this. I will keep on working with this alpha and will stay in touch if I come across any other idea or request! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Example: from rich.progress import track print('Check') for i in track(range(0, 5), description='iterating'): At first, only 'Check' is displayed. Check Regards. |
Beta Was this translation helpful? Give feedback.
-
|
Positron Notebook is good, but Jupyter Notebook is better. An outline function would be a valuable addition. |
Beta Was this translation helpful? Give feedback.
-
|
Many thanks and congratulations for this Notebook Editor 👍 See for ex : |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following up on our previous post: we are excited to share that the Positron Notebook Editor is now officially in Alpha!
You can read the full announcement and the vision behind it here: Announcing the Positron Notebook Editor
While the editor is now live, we are still in the early stages and your feedback is more critical than ever. We want to know how the Alpha is working for your actual workflows.
Please try it our and provide your feedback by commenting below or booking time to chat live with us here.
Check out the docs to get started.
Thanks!
Cindy, Product @ Posit PBC
Beta Was this translation helpful? Give feedback.
All reactions