positron
positron copied to clipboard
Positron, a next-generation data science IDE
## Positron Version: GitHub ## Steps to reproduce the issue: ``` console cargo +nightly clippy -- -D static_mut_refs -A clippy::all -A unexpected_cfgs ``` ## What did you expect to happen?...
Once #1918 is merged, we will have basic support for the widgets such as ipywidgets, ipydatagrid, and ipyleaflet in the plot pane. Still not working ❌ is: - %matplotlib widget...
## Positron Version: GitHub ## Steps to reproduce the issue: ```rust cd ark/ cargo +nightly build ``` ## What did you expect to happen? I expect no error happens. ##...
I'm trying out the Ark kernel with my Zed PR (https://github.com/zed-industries/zed/pull/13625) and running into an issue with Ark no longer able to respond to `execute_request`s after a `kernel_info_request` is sent....
Hi, congrats for this IDE. I am not able to install on fedora 40. Could you please comment? Thank you
In RStudio, I have the code below in the YAML header to customize the output file location and its name, e.g., add a date a specific name to the PDF...
*WIP, still not working on all OSes. I'm growing increasingly pessimistic that these code snippets can be written in a way that works on all OSes, leaving the quoting to...
Positron: 2024.07.0-15 OS: MacOS Without cell: Only CTRL+ENTER works, and only works when placing the cursor in the beginning or end of the function When placing the cursor in the...
Positron: 2024.07.0-15 OS: MacOS Without cell: Only CTRL+ENTER works, and works when placing cursor anywhere in the block However, with cell: Both CTRL+ENTER and SHIFT+ENTER work, but behave differently SHIFT+ENTER...
This adds a `match_data_types` filter type in the `search_schema` RPC to support column selection and filtering workflows. This is implemented/tested for both pandas and polars -- no user-visible capabilities in...