Le lundi 25 août 2025 à 16:08:53 UTC+2, marc....@gmail.com a écrit :

Hi Eric,

You can install ipympl by running `%pip install ipympl` at a sage prompt.  
It will do a "--user" install in your .local directory.

(Ubuntu 24.04 does not allow --user installs, but the AppImage does.)


Thanks for the tip! It works well.

Eric.
 

Nominally an AppImage is read-only, but that is not strictly true.  You can 
unpack an AppImage, meaning that the internal squashfs filesystem gets 
written out as a normal directory in the filesystem containing the 
AppImage.  That can be modified and repacked using appimagetool.  However, 
there is no need for such shenanigans.  Just use `%pip`.

I was able to run your test_display notebook after installing ipympl that 
way.  Cell 22 worked.   It did produce a deprecation warning which looked 
like it would be easy to fix.

- Marc

 

-- 
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 visit 
https://groups.google.com/d/msgid/sage-devel/12b5bb4f-6dee-4448-87df-6cc169c45e68n%40googlegroups.com.

Reply via email to