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.
- License: MIT License
- 🎨 Customizable title colors for notebook headings.
- 📚 Automatic table of contents generation.
- 🔄 Supports dynamic updates to heading styles.
- 🌈 Works seamlessly with various seaborn color palettes.
You can install cutiepynb
via pip:
pip install cutiepynb
To see cutiepynb in action, run the following script to process example notebooks:
python run_examples.py
from cutiepynb import cutiepy_nb
test_file = 'Test.ipynb'
cutiepy_nb(test_file, colors=['#5D2197', '#AB1A7C', '#DE2227'], save=True)