nbmanips

nbmanips allows you easily manipulate ipynb files

MIT License

Downloads
202
Stars
9
Committers
2

Bot releases are hidden (Show)

nbmanips - v2.1.0 Latest Release

Published by hmiladhia 8 months ago

  • Dropped support for Python 3.6 and 3.7
  • Added support for Python 3.11 and 3.12
  • fix packaging ( dependency specifiers )
nbmanips - v2.0.1

Published by hmiladhia about 2 years ago

🐛 Fix package setup script (add missing sub-packages)

nbmanips - v2.0.0

Published by hmiladhia about 2 years ago

♻️ imrove project structure & performance

nbmanips - v1.4.0

Published by hmiladhia about 2 years ago

Features

  • image attchments support in markdown Cells
nbmanips - v1.3.1

Published by hmiladhia over 2 years ago

  • New lines / Bug fixes
nbmanips - v1.3.0

Published by hmiladhia over 2 years ago

  • Added Split
  • Added Table of Contents Generation
  • Added empty Notebook
  • added tag and html tag selectors
nbmanips -

Published by hmiladhia over 2 years ago

Changes

  • Changed selector architecture
  • Added __and__, __or__ and __invert__ operations to notebook for easier selection
  • added truncate option to show command
nbmanips - Version 1.2.1

Published by hmiladhia almost 3 years ago

Changes

  • Improved CLI (added documentation to select sub-command)
  • Added confirmation prompt if a file already exists (CLI)
  • Bug Fixes