Sign inSign up

baciak/bvista

By baciak

โ€ขUpdated over 1 year ago

B-Vista: powerful Web + notebook based EDA tool for pandas DataFrames.

Image
1

10K+

baciak/bvista repository overview

โ ๐Ÿณ B-Vista

Visual, Scalable, and Real-Time Exploratory Data Analysis โ€” Built for modern notebooks and the browser.

pandas, dataframe, python, notebook, docker, jupyter, visualization, data explorer, data science


โ ๐Ÿš€ Quick Start

docker pull baciak/bvista:latest
docker run --platform linux/amd64 -p 8501:5050 baciak/bvista:latest

Then open: http://localhost:8501โ 

โœ… Works on Linux, Windows, and macOS
โœ… M1/M2/M3 Apple Silicon supported via --platform linux/amd64


โ ๐Ÿงช For Developers

Want to run or contribute locally?

git clone https://github.com/Baci-Ak/b-vista.git
cd b-vista
docker buildx build --platform linux/amd64 -t baciak/bvista:test .
docker run --platform linux/amd64 -p 8501:5050 baciak/bvista:test

Optional live reload with volume mounting:

docker run --platform linux/amd64 \
  -p 8501:5050 \
  -v $(pwd):/app \
  -w /app \
  --entrypoint bash \
  baciak/bvista:test
python bvista/backend/app.py

โ ๐Ÿ”— Resources

pip install bvista

Tag summary

Content type

Image

Digest

sha256:155261e16โ€ฆ

Size

466.7 MB

Last updated

over 1 year ago

docker pull baciak/bvista