This is the community repository of bamboolib. You can use bamboolib for free if you use bamboolib on your local computer or on Open Data via Binder.
- If you have any issues or feature requests, please open an issue.
- If you want to use bamboolib on hosted services such as JupyterHub or AWS, please upgrade to pro.
- If you want to use more than 3 plugins for bamboolib, please upgrade to pro.
bamboolib is a GUI for pandas DataFrames that enables anyone to work with Python in Jupyter Notebook or JupyterLab.
- Intuitive GUI that exports Python code
- Supports all common transformations and visualizations
- Provides best-practice analyses for data exploration
- Can be arbitrarily customized via simple Python plugins
- Integrate any internal or external Python library
- Enables anyone to analyse data in Python without having to write code
- Even people who can code use bamboolib because it is faster and easier than writing the code themselves
- Reduces employee on-boarding time and training costs
- Enables team members of all skill levels to collaborate within Jupyter and to share the working results as reproducible code
- No lock-in. You own the code you created with bamboolib
- All your data remains private and secure
Install bamboolib for Jupyter Notebook or Jupyter Lab by running the code below in your terminal (or Anaconda Prompt for Windows):
pip install bamboolib
# Jupyter Notebook extensions
python -m bamboolib install_nbextensions
# JupyterLab extensions
python -m bamboolib install_labextensions
After you have installed bamboolib, you can go here to test bamboolib.
You find out how to get started along with tutorials and an API reference on our docs.