Bug fixes, compatibility updates, more user friendly, and some added features
What's Changed
* Mac install issue: vendored mode versioneer with legacy build meta by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/3
* fix auto attach not working when autostart is disabled by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/4
* use persist queue for cross platform (native Windows support) by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/5
* Load from ipynb and start sync by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/6
* Make it possible to run jupynium without attaching to nvim. Better error when can't connect to Notebook by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/7
* Support multiple languages (use *.ju.*) and hanging test fix by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/8
* python 3.7 compatible by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/9
* setuptools-scm by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/10
* add sleep when idle by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/15
* Partial jupytext support by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/16
* get cell inputs only when loading from ipynb, instead of downloading incl. outputs by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/18
* firefox profile to remember token by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/20
* Textobject move repeatable by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/21
* Run jupyter notebook when not running by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/22
* Start sync now able to open an existing file, Auto start sync uses current file name, Fix 12 by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/25
* Select notebook dir in config option by kiyoon in https://github.com/kiyoon/jupynium.nvim/pull/26
**Full Changelog**: https://github.com/kiyoon/jupynium.nvim/compare/v0.1.0...v0.1.1