Thanks, that answers my questions!
Le 15/04/2022 à 20:00, Matthias Koeppe a écrit :
On Friday, April 15, 2022 at 12:39:23 AM UTC-7 Jean-Florent Raymond wrote:
In order to test something I would like to remove from my sage install a
python package that I installed (and updated) some time ago
Hello,
In order to test something I would like to remove from my sage install a
python package that I installed (and updated) some time ago.
First question:
How can I remove a package installed with "sage -i"? I found
instructions in the doc to install packages, but nothing to remove them.
Is
Hello,
The function shortest_simple_paths returns an iterator with paths sorted
by increasing length. Therefore if you only want paths of minimum
length, you can iterate over the result of shortest_simple_paths and
stop as soon as you encounter a longer path. That way you do not iterate
over all t
Actually the problem came from ipycanvas
(https://github.com/martinRenou/ipycanvas/issues/117 ) and not sage.
Downgrading to version 0.4.7 ( sage -pip install ipycanvas==0.4.7 )
solved the problem.
Le 31/08/2020 à 09:50, Dima Pasechnik a écrit :
> On Mon, 31 Aug 2020, 08:29 Jean-Florent Raym
at (see attachment) but it complains about the need
>> of at least one requirement to install.
>>> Please advise.
>>
>> how about just doing
>>
>> sage --python setup.py install
>>
>> in the root directory of phitigra ?
>> it works for me.
&g
ctory?
> Also should it be sage -pip install phitigra --upgrade -no-index -v?
>
> In any case, I couldn't get it install so I must be doing something wrong.
> Please help.
>
> On Saturday, August 29, 2020 at 2:11:12 AM UTC-7 Jean-Florent Raymond wrote:
>
>> Hello,
&g
Hello,
I recently started developing a replacement to graph_editor for the
jupyter notebook, using ipywidgets and ipycanvas.
You can find it at the following address :
https://gitlab.limos.fr/jfraymon/phitigra
This is still work in progress but the basic editor (adding removing
vertices and edges
Hello,
To show the description of a function, you can type the name of the
function followed by a question mark ("Mod?" in your case) and press
Enter. If you want to show the source of the function, you can do the
same thing with two question marks instead ("Mod??").
Le 13/05/2020 à 15:35, GZ D
Hello,
Did you try to rebuild since the upgrade?
If you upgraded a package that sage needs, then sage might complain that
it cannot find the version it was used to.
It seems to be the case with libntl according to the crash report you
attached:
ImportError: libntl.so.35: cannot open shared object
Hello,
A workaround is to run "make" after "make doc-clean".
It worked for me.
Source:
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sage-devel/RHMEHCTp_pU/12BWV897AgAJ
Related: https://github.com/sphinx-doc/sphinx/issues/7407
Best regards,
Jean-Florent.
Le 23/04/20
10 matches
Mail list logo