jupynium.nvim

Selenium-automated Jupyter Notebook that is synchronised with NeoVim in real-time.

MIT License

Downloads
178
Stars
485
Committers
10

Bot releases are hidden (Show)

jupynium.nvim - v0.2.2

Published by kiyoon 9 months ago

✨ New Features

  • eba4b53 - add function for custom folds (PR #88 by @fecet)
  • 0acca13 - ruff linter, fix: ipynb2jupytext (PR #95 by @kiyoon)

🐛 Bug Fixes

  • 5b794f8 - large logs (commit by @kiyoon)
  • b02c65e - ruff target version py37 (commit by @kiyoon)
  • bebd597 - attach stderr to jupyter process (commit by @joh)
  • 5595ed8 - avoid attaching on_lines handler multiple times (PR #99 by @joh)
    • ↘️ fixes issue #92 opened by @torifaye
  • c6fdf2f - use cache dir to store files over the package dir (PR #102 by @kiyoon)

⚡ Performance Improvements

  • 05ef99a - cache cells.line_types_entire_buf to avoid repeated calls (PR #89 by @kiyoon)
jupynium.nvim - v0.2.1

Published by kiyoon about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kiyoon/jupynium.nvim/compare/v0.2.0...v0.2.1

jupynium.nvim - v0.2.0

Published by kiyoon over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kiyoon/jupynium.nvim/compare/v0.1.1...v0.2.0

jupynium.nvim - v0.1.1

Published by kiyoon over 1 year ago

Bug fixes, compatibility updates, more user friendly, and some added features

What's Changed

Full Changelog: https://github.com/kiyoon/jupynium.nvim/compare/v0.1.0...v0.1.1

jupynium.nvim - v0.1.0

Published by kiyoon almost 2 years ago

First release