kiyoon / jupynium.nvim

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

fix windows #32 #33

Closed kiyoon closed 1 year ago

kiyoon commented 1 year ago

Fixes #32

Additionally:

  1. Able to pass multiple arguments for the commands during setup. Example:
    require("jupynium").setup({
    python_host = { "conda", "run", "--no-capture-output", "-n", "base", "python" },
    jupyter_command = { "conda", "run", "--no-capture-output", "-n", "base", "jupyter" },
    })