positron icon indicating copy to clipboard operation
positron copied to clipboard

Positron, a next-generation data science IDE

Results 582 positron issues
Sort by recently updated
recently updated
newest added

## 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?...

bug

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...

lang: python
theme: app builder

## 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. ##...

bug

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....

lang: r
area: kernels

Hi, congrats for this IDE. I am not able to install on fedora 40. Could you please comment? Thank you

os-linux
area: builds

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...

bug

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...

bug

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...