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 visible (Hide)

jupynium.nvim - v0.2.4 Latest Release

Published by github-actions[bot] 4 months ago

💥 BREAKING CHANGES

  • due to d83c56a - drop python3.7, remove deprecated markdown cell syntax, hide migration guide banner (PR #119 by @kiyoon):

    drop python3.7, remove deprecated markdown cell syntax, hide migration guide banner (#119)

  • due to e730e34 - remove deprecated markdown syntax (PR #121 by @kiyoon):

    remove deprecated markdown syntax (#121)

  • due to 369b58f - remove deprecated commands (PR #122 by @kiyoon):

    remove deprecated commands (#122)

✨ New Features

  • a43308c - ignore notifications (PR #120 by @kiyoon)
    • ↘️ addresses issue #118 opened by @singledoggy
  • dbb9dff - nvim-notify better view with conceallevel=2 (commit by @kiyoon)
  • 69ec5de - notify better conceal (commit by @kiyoon)

🐛 Bug Fixes

  • a0cfec0 - download_ipynb exception (PR #115 by @kiyoon)
    • ↘️ fixes issue #114 opened by @githubjacky
  • 46cf521 - start sync hanging (commit by @kiyoon)
  • 6cf5b66 - broken autodownload and autoscroll toggle commands (commit by @kiyoon)
  • 06f66f2 - error in empty ipynb and default kernel not existing (PR #124 by @kiyoon)
    • ↘️ fixes issue #123 opened by @1nuno

♻️ Refactors

  • e730e34 - remove deprecated markdown syntax (PR #121 by @kiyoon)
  • 369b58f - remove deprecated commands (PR #122 by @kiyoon)
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