Closed sho-87 closed 1 year ago
Overall it looks really good! Thanks for doing this :)
I think the Usage section is definitely improved, but also it got longer. I also think it may be easier to understand if they just try it out and read the rest.
How about making a section like this?
## Quick Start
- Open a `*.ju.py` file.
- Execute `:JupyniumStartAndAttachToServer`. This will open Jupyter Notebook on the Firefox browser.
- If not, clarify option `jupyter_command` or just open the Notebook server by yourself: `jupyter notebook`
- Execute `:JupyniumStartSync`. This will create an `Untitled.ipynb` file on the browser.
- Now you can type `# %%` in Neovim to create a code cell.
- You'll see everything you type below that will be synchronised in the browser.
- Execute cells using the default keybind `<space>x`.
For detailed instructions, see Usage.
Everything you mentioned makes sense, especially the quickstart section. Added everything in the latest commit
Fab! Thank you so much again!
Addresses some of the issues discussed in #44