Skip to content

v0.2.0

Compare
Choose a tag to compare
@kiyoon kiyoon released this 17 Mar 10:32
· 72 commits to master since this release

What's Changed

  • Commented magic command becomes uncommented on notebook (#28) and profiles ini is nil by default by @kiyoon in #29
  • Feat: change kernel by @kiyoon in #31
  • fix windows #32 by @kiyoon in #33
  • Properly kill jupyter notebook server by @kiyoon in #35
  • feat: option not to auto close tab and change BufWinLeave to BufUnload by @kiyoon in #36
  • feat: JupyniumSelectKernel UI without Telescope dependency by @kiyoon in #38
  • feat: smart select default kernel when :JupyniumStartSync by @kiyoon in #39
  • add geckodriver to requirements by @jamibear in #40
  • feat(API): Jupynium_execute_javascript, :JupyniumKernelInterrupt by @kiyoon in #46
  • Add desc to keymaps by @kiyoon in #47
  • instead of breaking, warn and deprecate by @kiyoon in #48
  • Updated the README to simplify steps for new users by @sho-87 in #51
  • feat: jupytext markdown cell content with comments by @kiyoon in #53
  • feat: kernel hover by @kiyoon in #54
  • Feat: kernel completion through nvim-cmp by @kiyoon in #55
  • Added syntax highlighting for cell separators and magic commands by @kiyoon in #56
  • feat: Markdown treesitter highlighting by @kiyoon in #57
  • feat: highlight groups for Jupynium instead of linking by @kiyoon in #58
  • Handle more than one "window" (tab) when starting browser by @vandalt in #60
  • feat: jupynium file pattern by @kiyoon in #63
  • feat: post evaluate cell text (jupytext percent format with python multi-line string) by @kiyoon in #68
  • Check for matching executable in environment path when no conda_env_name metadata (enables venv default kernels) by @vandalt in #67

New Contributors

  • @jamibear made their first contribution in #40
  • @sho-87 made their first contribution in #51
  • @vandalt made their first contribution in #60

Full Changelog: v0.1.1...v0.2.0