EmmanuelCharpentier

Results 48 comments of EmmanuelCharpentier

Sorry for the late answer (I wasn't available the last two days). Here is my script : ``` @echo off rem Start Sage from Windows' console rem Current directory, cmd.exe...

It could be interesting to implement intine ```threejs```, which is a standard package starting with 7.5.beta3, IIRC. This gives HTML+javascript, which might be better supported than the Java spit out...

This is issue #53 for which a PR has been proposed on Aug 25, still unreviewed on Dec 25.... In the interim, feel free t use my [fork](https://github.com/EmmanuelCharpentier/sage-shell-mode).

This (IMHO quite important) feature hasn't moved in > 6 years. This note aims to prod it towards the top of the stack. For "Duplicate items", a possible alternative would...

I have a couple of problems with that. 1. Saving a copy `L1` of the original system (i. e. `liste` *before* substituting `X` references by `xx`), we can check that...

For the record : the original question in the Sympy list is [here](https://groups.google.com/g/sympy/c/LP6USicHSzM).

Thanks bor the hint. Bit I can't use it : I'm using Debian testing, whose `pip` is managed by Debian. `pip3.11` fails to install or upgrade packages, with the following...

> Thanks bor the hint. Bit I can't use it : I'm using Debian testing, whose `pip` is managed by Debian. `pip3.11` fails to install or upgrade packages, with the...

> I don't understand - how did you solve it @EmmanuelCharpentier ? I more or less reinstalled all Python-related in my system and re-added non-packaged pip packages via pipx. Not...

@guseggert :+1: ! > (setenv "PYDEVD_DISABLE_FILE_VALIDATION" "1") Thanks ! This unborked my Juyter kernels. Nice find ! How did you came by this ?