You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to use Data Wrangler to view a parquet file in VSCode.
Data Wrangler requires some python version + jupyter(lab) + ipykernel + pandas.
I use Data Wrangler as an easy view tool in non-python repos (and otherwise use polars anyway), so I'd like to have some of those globally installed.
However Data Wrangler could find the macOS default python and homebrew python paths, but not the shim paths. (I used rye tools install ... for various modules, but couldn't get the VSCode extension to point at rye's shims.)
Any advice on how to handle this? (or should I just pipx and use homebrew python as globals for now?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was attempting to use Data Wrangler to view a parquet file in VSCode.
Data Wrangler requires some python version +
jupyter(lab)
+ipykernel
+pandas
.I use Data Wrangler as an easy view tool in non-python repos (and otherwise use polars anyway), so I'd like to have some of those globally installed.
However Data Wrangler could find the macOS default python and homebrew python paths, but not the shim paths. (I used rye tools install ... for various modules, but couldn't get the VSCode extension to point at rye's shims.)
Any advice on how to handle this? (or should I just pipx and use homebrew python as globals for now?)
Beta Was this translation helpful? Give feedback.
All reactions