# BeautyBook
**BeautyBook** is a lightweight Python class for dynamic, real-time visualization of tabular data in Jupyter and Google Colab notebooks. Designed for iterative workflows like machine learning training loops, it renders a beautifully styled HTML table that updates in-place—no need for manual DataFrame reconstruction or external file writes.
---
## Features
- **Real-time Updates**: Clean, in-place table rendering using `IPython.display`, without cluttering notebook output.
- **Automatic Indexing**: Each entry is auto-numbered for easy tracking.
- **Responsive Styling**: Column widths adapt to content length using `ch` units for optimal readability.
- **Standalone Class**: Fully self-contained—just copy and paste into your notebook.
---
## Installation
BeautyBook is distributed as a single Python class. To use it, simply copy the class definition into a notebook cell:
```pip install beautybook```
Raw data
{
"_id": null,
"home_page": null,
"name": "beautybook",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Python, Jupyter, notebook, Colab, Data Visualization, Table, IPython, MLOps",
"author": null,
"author_email": "Abolfazl Mohammadpour <Mohampouraz@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/23/3e/44cb00ff1a3d72e7fb8519718d6db0efee9da6ef13987df7ef5e5d762e58/beautybook-0.1.2.tar.gz",
"platform": null,
"description": "# BeautyBook\r\n\r\n**BeautyBook** is a lightweight Python class for dynamic, real-time visualization of tabular data in Jupyter and Google Colab notebooks. Designed for iterative workflows like machine learning training loops, it renders a beautifully styled HTML table that updates in-place\u2014no need for manual DataFrame reconstruction or external file writes.\r\n\r\n---\r\n\r\n## Features\r\n\r\n- **Real-time Updates**: Clean, in-place table rendering using `IPython.display`, without cluttering notebook output.\r\n- **Automatic Indexing**: Each entry is auto-numbered for easy tracking.\r\n- **Responsive Styling**: Column widths adapt to content length using `ch` units for optimal readability.\r\n- **Standalone Class**: Fully self-contained\u2014just copy and paste into your notebook.\r\n\r\n---\r\n\r\n## Installation\r\n\r\nBeautyBook is distributed as a single Python class. To use it, simply copy the class definition into a notebook cell:\r\n\r\n```pip install beautybook```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Dynamic Table Visualization Tool for Iterative Processes",
"version": "0.1.2",
"project_urls": {
"BugTracker": "https://github.com/mohampouraz/iutils/issues",
"Documentation": "https://github.com/mohampouraz/iutils/#readme",
"Homepage": "https://pypi.org/project/beautybook/",
"Repository": "https://github.com/mohampouraz/iutils/"
},
"split_keywords": [
"python",
" jupyter",
" notebook",
" colab",
" data visualization",
" table",
" ipython",
" mlops"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3b148c47bd9dd0d1fb1cdb0cf54c10bc4e149e3c18a0ea6269cceaf490c8404b",
"md5": "d912a866767a862700bd5c1585f7bda9",
"sha256": "2466530908d3e5f0ed719034f51846aca85ac0a23b16db3abc4671c77ffdfc6e"
},
"downloads": -1,
"filename": "beautybook-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d912a866767a862700bd5c1585f7bda9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4490,
"upload_time": "2025-09-11T16:46:27",
"upload_time_iso_8601": "2025-09-11T16:46:27.373009Z",
"url": "https://files.pythonhosted.org/packages/3b/14/8c47bd9dd0d1fb1cdb0cf54c10bc4e149e3c18a0ea6269cceaf490c8404b/beautybook-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "233e44cb00ff1a3d72e7fb8519718d6db0efee9da6ef13987df7ef5e5d762e58",
"md5": "146ede9cf357d313064bf5842762a149",
"sha256": "7f72561d60b8f6708e600fd18a5d3eb85bc52de40d5c89775e4d75aa02c91d38"
},
"downloads": -1,
"filename": "beautybook-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "146ede9cf357d313064bf5842762a149",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4134,
"upload_time": "2025-09-11T16:46:28",
"upload_time_iso_8601": "2025-09-11T16:46:28.779056Z",
"url": "https://files.pythonhosted.org/packages/23/3e/44cb00ff1a3d72e7fb8519718d6db0efee9da6ef13987df7ef5e5d762e58/beautybook-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-11 16:46:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mohampouraz",
"github_project": "iutils",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "beautybook"
}