Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix windows #32 #33

Merged
merged 9 commits into from
Feb 14, 2023
Merged

fix windows #32 #33

merged 9 commits into from
Feb 14, 2023

Conversation

kiyoon
Copy link
Owner

@kiyoon kiyoon commented Feb 14, 2023

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" },
})

@kiyoon kiyoon merged commit b20ff3a into master Feb 14, 2023
@kiyoon kiyoon deleted the fix/windows branch March 4, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to attach nvim to server on Windows
1 participant