Hello,
I tried the new variable view for iypthon notebooks.
However I am not able to open a dataframe with data wrangler from the list of variables directly.
I can only do so from the notebook cell directly.
The code
import polars as pl
df = pl.DataFrame({"numbers": [1, 2, 3], "letters": ["a", "b", "c"]})
df
Environment:
data wrangler 1.24.0
visual studio code 1.107.1