Buckaroo - the data wrangling assistant for pandas. Quickly explore dataframes, and run pandas commands via a GUI. Works inside the jupyter notebook.
BSD 3-Clause "New" or "Revised" License
227
stars
9
forks
source link
Chore/fix jupyterlite #311
Closed
paddymul closed 1 month ago
This build works for jupyterlite-xeus locally. It reverts to the old webpack.config.js before https://github.com/paddymul/buckaroo/commit/0fd9aec465860892e8794512958d72ca717f0f63 0fd9aec46
Removes bare imports of psutil and packaging which don't exist in jupyterlite.
Goes back to a hardcoded
_version.py
because jupyterlite can't read package.json - this is a dev-experience regression