Is the Data Wrangler available in python debug mode, or just in Jupyter Notebooks?
已回答
Hi!
I just upgraded to 2025.1 and saw the release notes on the new Data Wrangler functionality. Looks great!
Question is… is it only available for Jupyter Notebooks? I can't see that stated in the docs (https://www.jetbrains.com/help/pycharm/work-with-data-wrangler.html), although the fact that page is under the Jupyter Notebook Support section is perhaps a clue.
The widget in the screenshots and videos looks very similar to the “View as DataFrame” widget in normal Python debug mode, but the “Edit in Data Wrangler” button is not there. I'm wondering if this is just because I haven't enabled something, or if the feature is just not supported in normal python debug operation?
Thanks.
--Richard.
请先登录再写评论。
That's right Richard, only for jupyter notebooks as of now. Also, currently, Data Wrangler is supported only for
pandasdataframesGreat - thanks for the confirmation.