Je ne peux rien pour votre compte. En revanche, ceci devrait vous éclairer :

sage: Ex = x > 3
sage: Ex.lhs()
x
sage: Ex.rhs()
3
sage: Ex.operator()
<built-in function gt>
# Kekcékçà ?
sage: import_statements(Ex.operator())
from _operator import gt
# Et d'ailleurs :
sage: Ex.operands()
[x, 3]

À la vôtre !
​
Le lundi 4 octobre 2021 à 16:39:40 UTC+2, cyrille piatecki a écrit :

> Navré de vous déranger Samuel,
>
> mais mon compte semble ne plus fonctionner et malgré tous mes efforts je 
> n'arrive pas à le récupérer. Que dois-je faire ?
>
> Incidemment,  je recherchait comment avoir accès aux signes <= ou >= dans 
> une inégalité (.lhs() pour le terme de gauche, .rhs() pour le terme de 
> droite mais pour le signe ?
>
> Cordialement
>
> Cyrille Piatecki
>
> ------------------------------
> *De: *"slelievre" <samuel....@gmail.com>
> *À: *"sage-support" <sage-s...@googlegroups.com>
> *Envoyé: *Dimanche 26 Septembre 2021 15:06:59
> *Objet: *Re: [sage-support] import
>
> A web search for [ import ipynb ]
>   https://duckduckgo.com/?q=import+ipynb 
>
> also reveals tools such as ipynb and import-ipynb,
> which can be pip-installed.  --Samuel
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/e9489c5e-9aa2-4e42-889a-45469eea7b06n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/sage-support/e9489c5e-9aa2-4e42-889a-45469eea7b06n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/338a074b-672f-49b4-9535-709975ccc769n%40googlegroups.com.

Reply via email to