On Friday, August 25, 2017 at 12:55:56 AM UTC-7, Eric Gourgoulhon wrote:
>
> Hi,
>
> Le jeudi 24 août 2017 23:17:07 UTC+2, Nils Bruin a écrit :
>
>>
>> If you're using jupyter for non-sage-specific purposes (apparently 
>> relying on a system python3), why not use system jupyter? Personally, I 
>> just install the sage-jupyter kernel in the system jupyter. 
>>
>
>
> This sounds nice! Could you please provide some details about how you 
> proceeded?
>

Something along the lines of

import sage.repl.ipython_kernel.install
sage.repl.ipython_kernel.install.JUPYTER_PATH = <appropriate value>
spec = sage.repl.ipython_kernel.install.SageKernelSpec()
spec.update()

With any luck, you'll see SageMath show up in the kernel list.

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

Reply via email to