Jupynium.nvim Versions Save

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

v0.2.2

4 months ago

:sparkles: New Features

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

:bug: 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)
    • :arrow_lower_right: fixes issue #92 opened by @torifaye
  • c6fdf2f - use cache dir to store files over the package dir (PR #102 by @kiyoon)

:zap: Performance Improvements

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

v0.2.1

9 months ago

What's Changed

New Contributors

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

v0.2.0

1 year ago

What's Changed

New Contributors

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

v0.1.1

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

v0.1.0

1 year ago

First release