Javier Boncompte G.

Results 7 issues of Javier Boncompte G.

In Jupyter/Colab, pasting images is done by hard coding the image into the content cell. Resulting in something like ` ![image.png](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAykAAAKlCAYAAADPb6N9AAAgAElEQVR4Aeydh3NU15bu/` Could we have something similar here?

Just a short PR to add the two basic random functions: RAND and RANDBETWEEN. I used numpy.random module to generate the random numbers so no further dependencies added. - [x]...

I just found that Lambdify ignores the order or priority of the modules. Here is a quick example: ```python # Custom integral method def alternativeIntegral(*args): return 1 f1 = sp.lambdify(k,...

utilities.lambdify

#### References to other Issues or PRs Fixes #10194 and could be used to fix others like #15336 #### Brief description of what is fixed or changed This PR adds...

Merge conflict

Hello everyone, I’m having an issue lambdifying an array expression in SymPy when it involves a Sum, and I can’t figure out why. I tried using Sympy 1.13.3 and 1.14.0...

tensor
utilities.lambdify

Hi everyone, Just wanted to point you towards MyST Markdown, a Markdown flavor designed for scientific and academic writing, developed as part of the Jupyter project. It offers strong Markdown-to-LaTeX...

Type: ★ Enhancement

It would be helpful to support a shell-style magic command that sends input directly to the system terminal; similar to how the Python kernel uses the `!command` syntax. My first...

enhancement