[sage-devel] IPython magic commands, automagic, and conflicts

2023-07-10 Thread John H Palmieri
IPython comes with various "magic" commands, for example "%ls" which runs the shell command "ls". The default mode in Sage is "Automagic is ON, % prefix IS NOT needed for line magics." This means that running "ls" within Sage does the same thing as running "%ls". So far so good. There are, thou

[sage-devel] IPython/Jupyter upgrade ticket needs review

2022-06-29 Thread Matthias Koeppe
https://trac.sagemath.org/ticket/33530 -- 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 view this discussion on the web

[sage-devel] IPython transformations rework

2018-05-28 Thread Jason Grout
Thomas Kluyver is reworking the input transformation framework for IPython for IPython 7, and is requesting input from whoever is doing transformations. Whoever is working on the input transformations for Sage these days might want to chime in: https://mail.python.org/pipermail/ipython-dev/2018-Ma

Re: [sage-devel] ipython-5.0.0 crash

2017-03-09 Thread Gere Mia
"LD_LIBRARY_PATH=/opt/sage/local/lib sage" worked. thanks On Thursday, March 9, 2017 at 1:46:31 PM UTC-7, François wrote: > > A band aid may be to set LD_LIBRARY_PATH to /opt/sage/local/lib but that’s > a band aid only. > Would have to check that sage-env doesn’t destroy it. > > François > --

Re: [sage-devel] ipython-5.0.0 crash

2017-03-09 Thread Francois Bissey
A band aid may be to set LD_LIBRARY_PATH to /opt/sage/local/lib but that’s a band aid only. Would have to check that sage-env doesn’t destroy it. François > On 10/03/2017, at 09:44, Gere Mia wrote: > > Yes, I built it in /tmp, moved it to /opt/sage (so SAGE_ROOT is /opt/sage), > and ran ./sag

Re: [sage-devel] ipython-5.0.0 crash

2017-03-09 Thread Gere Mia
Yes, I built it in /tmp, moved it to /opt/sage (so SAGE_ROOT is /opt/sage), and ran ./sage as root once. "sage -root" correctly gives /opt/sage. But now when I run Sage as root or user, I get this crash. On Thursday, March 9, 2017 at 1:33:19 PM UTC-7, François wrote: > > Is this a re-located ins

Re: [sage-devel] ipython-5.0.0 crash

2017-03-09 Thread François Bissey
Is this a re-located install? Francois On 10/03/17 09:30, Gere Mia wrote: ipython-5.0.0 crash in Sage 7.5.1 crashes on Linux: | ┌┐ │SageMathversion 7.5.1,ReleaseDate:2017-01-15 │ │Type"notebook()"forthe browser

[sage-devel] ipython-5.0.0 crash

2017-03-09 Thread Gere Mia
ipython-5.0.0 crash in Sage 7.5.1 crashes on Linux: ┌┐ │ SageMath version 7.5.1, Release Date: 2017-01-15 │ │ Type "notebook()" for the browser-based notebook interface.│ │ Type "help()" for help.

[sage-devel] ipython deprecation warning, seen in patchbots

2015-08-02 Thread Frédéric Chapoton
Hello, one patchbot meets the following problem with ipython: sage -t --long --warn-long 29.7 src/sage/tests/cmdline.py ** File "src/sage/tests/cmdline.py", line 455, in sage.tests.cmdline.test_executable Failed example: err

[sage-devel] ipython

2015-05-08 Thread William Stein
Hi, Why is this happening? 1. I build sage. 2. I make a binary. 3. I extract the binary on an identical machine and start it and get "ImportError: No module named core.getipython". 4. Doing ./sage -f ipython fixes the problem. I've seen this issue in all kinds of places lately. What is ipyth

Re: [sage-devel] ipython-notebook: show picture in notebook (e.g. latex-tikz)

2015-04-03 Thread Daniel Krenn
Am 2015-04-02 um 21:52 schrieb Daniel Krenn: > The command > view(transducers.GrayCode()) > produces tikz-output which can be show by latex. In sagenb this was > shown directly inside the notebook, while in the ipython-notebook this > opens a new pdf with the picture. This is now http://trac.sa

[sage-devel] ipython-notebook: show picture in notebook (e.g. latex-tikz)

2015-04-02 Thread Daniel Krenn
The command view(transducers.GrayCode()) produces tikz-output which can be show by latex. In sagenb this was shown directly inside the notebook, while in the ipython-notebook this opens a new pdf with the picture. It would be nice to have this shown in the ipynb... Comments? Guesses when this w

[sage-devel] ipython notebook

2014-10-22 Thread John Cremona
I don't think that I have been paying attention. What is this "ipython notenook" and is it part of Sage? How does it relate to the existing notebook? How do I run it? John -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from thi

[sage-devel] IPython notebook

2014-09-20 Thread Volker Braun
I've extended the IPython notebook to run Sage, deal with 2d graphics, and add Sage docs to the "Help" menu. Obviously there is much more what one could do, but this is already usable. The dependencies (zeromq and pyzmq) should then also become standard packages. They have already been optional

Re: [sage-devel] ipython notebook in sage?

2014-05-27 Thread Thierry
Hi, On Sun, Sep 01, 2013 at 09:39:46AM -0700, William Stein wrote: > What do Sage developers think about us including the two dependencies > in Sage so that "sage -ipython notebook" just works? > >* the Tornado Web Server (http://www.tornadoweb.org/en/stable/) >* zeromq and pyzmq I am fa

[sage-devel] ipython notebook in sage?

2013-09-01 Thread William Stein
Hi, What do Sage developers think about us including the two dependencies in Sage so that "sage -ipython notebook" just works? * the Tornado Web Server (http://www.tornadoweb.org/en/stable/) * zeromq and pyzmq This will give people using Sage more UI options, and in the long run encourage

Re: [sage-devel] ipython pipeline

2010-08-31 Thread Fernando Perez
Hi Jason, On Tue, Aug 31, 2010 at 7:13 AM, Jason Grout wrote: > > Fernando, if you're reading this: I'm curious if you have any thoughts on > how the Sage notebook might be impacted by this. The notebook itself, not at all: sagenb doesn't use any ipython code itself. It has features that ipytho

[sage-devel] ipython pipeline

2010-08-31 Thread Jason Grout
Over on matplotlib-devel, there is a thread about some of the stuff coming down the ipython development pipeline. The thread is here: http://article.gmane.org/gmane.comp.python.matplotlib.devel/9052 and the exciting stuff starts around here (graphics in the terminal): http://article.gmane.org

[sage-devel] ipython crashed!

2010-01-10 Thread John Cremona
Amazing: I just crashed ipython, by typing "sage" at my command line. My path is set so that sage runs $HOME/bin/sage which is currently set to 4.3, but most recently I had run 4.3.1.alpha1, so this is presumably caused by some files being left around by the newer python in 4.3.1 not being treated

[sage-devel] IPython parallel update

2007-02-15 Thread Brian Granger
Hello SAGE folks, I wanted to update all of you on the status of IPython1 - aka chainsaw... I am giving a talk about IPython at PyCon next week. In preparation for this, and in preparation of SAGE days 3, we are getting a new release of the parallel stuff ready. This release will be called "sa

[sage-devel] ipython %edit

2007-02-10 Thread Joel B. Mohler
There had been some comments not so long ago about multi-line editting. I was reading up on ipython and came accross some interesting things which will make my using of the sage command line more pleasant. One of these is "%edit". This opens an editor and lets you edit multiple lines in edit