> Some other things: Is it possible to run plain R (or GAP or...) from
> Jupyter? Can I change worksheet type, for example test what "10/4" will
> output as a plain Python2?
>
> Both are possible with SageNB.

You can change the kernel via the "Kernel" menu (there are kernels for
R, GAP, PARI/GP, Python, etc.), or you can change the kernel inside a
single cell with

    %%python2
    print 10//4

I just tested that this works in the Jupyter notebook shipped with
Sage, %%python3 breaks, though.

Luca

-- 
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