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
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
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
"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
>
--
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo