Registry / data / whiteboxgui

whiteboxgui

JSON →
library2.3.0pypypiunverified

An interactive GUI for whitebox-tools designed for Jupyter-based environments. Current version 2.3.0 (October 2023), updates follow WhiteboxTools releases.

pip install whiteboxgui
INSTALL
IMPORT
SIG · WHITEBOXGUI
W
whiteboxgui
datapythonv2.3.0
Install
5.9s avg
Import
3565ms
Disk
189MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v2.3.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 2.142s · 266.9MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 5.9s · import 2.136s · 267MB
189MB installed
● package 189MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

show
✓ from whiteboxgui import show
✗ from whiteboxgui import show

Launch the WhiteboxTools GUI in a Jupyter notebook cell.

from whiteboxgui import show show()
Debug
Known issues
gotchaRequires whitebox-tools (WhiteboxTools) backend. The GUI will automatically download the binary if not found, but ensure internet access on first run.
fix
Install whitebox-tools separately via pip install whitebox or let the GUI download it automatically.
affects: all
gotchaThe GUI uses Voilà; in classic Jupyter Notebook, you may need to enable the cell output widget mode (e.g., jupyter nbextension enable --py widgetsnbextension).
fix
Install ipywidgets and enable extensions: pip install ipywidgets && jupyter nbextension enable --py widgetsnbextension
affects: all
gotchaIf running on Google Colab or a remote Jupyter server, the GUI may not display correctly. Use show(host='127.0.0.1', port=8081) or similar to expose locally.
fix
Pass appropriate host and port arguments to show().
affects: all
Upgrade
Version history
2.3.0latest on PyPI · released Mar 29, 2023
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
OpenAI (training)
1
Resources
whiteboxgui — pip install whiteboxgui · libregistry