Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.89 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.89 KB

cutiepynb 💖

PyPI Version Conda Version Run Python Tests macOS Build Status Ubuntu Build Status Windows Build Status

Turn your Jupyter Notebooks into beautiful, colorful cutie ipynb with cutiepynb!
Dress them up with vibrant title colors and an auto-generated table of contents.

Features ✨

  • 🎨 Customizable title colors for notebook headings.
  • 📚 Automatic table of contents generation.
  • 🔄 Supports dynamic updates to heading styles.
  • 🌈 Works seamlessly with various seaborn color palettes.

Installation

You can install cutiepynb via pip:

pip install cutiepynb

Examples

To see cutiepynb in action, run the following script to process example notebooks:

python run_examples.py

Visual Demo

Before Applying cutiepynb 🥱

Before Example

Cutiepying the notebook

from cutiepynb import cutiepy_nb

test_file = 'Test.ipynb'
cutiepy_nb(test_file, colors=['#5D2197', '#AB1A7C', '#DE2227'], save=True)

After Applying cutiepynb 🎀

After Example