Javier Boncompte G.

Results 4 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