Math, Python & Julia

Results 11 issues of Math, Python & Julia

I installed Julia 1.11.2, and Jupyter Notebook 7.3.1. While this simple code ``` Plot(scatter(x=[1.0, 2.0, 3.0], y=[0.0, 1.5, 0.0], mode="lines", line_width=3), Layout(width=500, height=400)) ``` works when run in REPL, in...