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

change the jupyter sage kernel to be MUCH simpler (in our Docker container) #2201

Closed
williamstein opened this issue Jul 17, 2017 · 2 comments
Assignees

Comments

@williamstein
Copy link
Contributor

I just created this 2-liner kernel – incredibly simple and works fine; this is massively simpler than what is currently in our Docker image.

~/.local/share/jupyter/kernels/sageroed$ more kernel.json
{
 "display_name": "David Roe's SageMath",
 "argv": ["/projects/da1818ed-996d-4de6-acc6-361415b7725d/Src/sage-roed/sage", "--python", "-m", "sage.repl.ipython_kernel","--m
atplotlib=inline", "-f", "{connection_file}"]
}
~/.local/share/jupyter/kernels/sageroed$ ls
kernel.json
~/.local/share/jupyter/kernels/sageroed$
@williamstein
Copy link
Contributor Author

Fixed now.

@slel
Copy link
Contributor

slel commented Sep 8, 2017

Could this be an inspiration to solve the problem at #2351 about
adding a Jupyter kernel for a user-installed Sage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants