kiyoon / jupynium.nvim

Selenium-automated Jupyter Notebook that is synchronised with NeoVim in real-time.
MIT License
520 stars 15 forks source link

Load from ipynb and start sync #6

Closed kiyoon closed 1 year ago

kiyoon commented 1 year ago

This enables loading directly from opened ipynb file from the browser to nvim and start syncing.

Adds 2 commands

:JupyniumLoadFromIpynbTab tab_index
:JupyniumLoadFromIpynbTabAndStartSync tab_index

Also this fixes system python startup issue with LegacyVersion from packaging.

FelixKratz commented 1 year ago

Thank you for adding this idea so fast!

kiyoon commented 1 year ago

Thank you for adding this idea so fast!

No problem! I don't know how I missed this. Thanks for the feedback!