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

allow specification of full path of kernel file #3

Open
stevengj opened this issue Jul 2, 2015 · 2 comments
Open

allow specification of full path of kernel file #3

stevengj opened this issue Jul 2, 2015 · 2 comments

Comments

@stevengj
Copy link

stevengj commented Jul 2, 2015

As mentioned in JuliaLang/IJulia.jl#325 (comment), it might be nice to allow the full path of the kernel spec file to be specified, so that kernels can be tested without actually being installed.

@takluyver
Copy link
Member

I just looked into this, but it's not as easy as I had hoped. jupyter_client doesn't make it easy to specify the full path to a kernel.json file, because it expects to look that up itself. It does allow specifying kernel_cmd, which would be enough for most kernels, but we deprecated that. And I'm loath to add more input options, because when there are multiple ways to provide the same information, traitlets code gets confusing and susceptible to subtle bugs.

I'll keep thinking about what can be done.

@takluyver
Copy link
Member

PR #41 would allow overriding how a kernel is launched, so jupyter_kernel_test could run against a kernel which is not installed through the kernelspec system.

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

No branches or pull requests

2 participants