Thanks it works after changing few things like path etc, my sage kernel.json is :

{"display_name": "Sage 7.2","argv": ["/usr/lib/sagemath/sage","-python", "-m","sage.repl.ipython_kernel", "-f", "{connection_file}"]}

I use sage repo with sagemanifolds. I guess I will soon update to 7.3.

Thinks evoluate (beautifully) lol

I think jupyterlab is a promising project. For me I can collect all kernel in one jupyter... very convivual.

Cordialement

Henri


Le 20/08/2016 à 08:39, Thierry Dumont a écrit :
Le 20/08/2016 à 08:09, HG a écrit :
I am testing jupyter lab, all my kernels are recognized except one : sage ?
Is there a way to config it manually to be used in jupyterlab ?
Regards
Henri

THis is the first time I heard about jupyter lab ! (things evoluate very
fast...). But, in my "classical" jupyter(jupyter hub) installations, I
need to add "kernels" for the different language/applications I want to
run. They go in /usr/local/share/jupyter/kernels.
Exemple:
/usr/local/share/jupyter/kernels/sage
which contains a kernel.json (which says how to run sage):
{"display_name": "Sage 7.3, "argv": ["/usr/local/sage/sage", "-python",
"-m", "sage.repl.ipython_kernel", "-f", "{connection_file}"]}

Yours
t.
--
You received this message because you are subscribed to the Google
Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to