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

Parameterized version of installkernel #719

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

setempler
Copy link

This pull request relates to/is preferred over #716.

It extends the full control of jupyter kernelspec install parameters

  • name (by keyword "auto" append version and debug tags, otherwise use name as is with spaces replaced to underscores)
  • display-name (use as is instead of including a version and debug suffix)

It uses a different function name/definition to not break existing code.

Also it uses vcat(...) instead of cat(..., dims) to be backwards compatible w/ Julia 0.6.

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.

None yet

1 participant