Neil Strickland
Neil Strickland
## 🐛 Bug While trying to use Jupyter Lite with Pyodide, I see a fatal error in the Chrome Dev Console, with a message asking me to report it to...
## Description While trying to use Jupyter Lite with Pyodide, I see a fatal error in the Chrome Dev Console, with a message asking me to report it to the...
I tried to install planarity on Windows 11 from PyPi using pip but the build failed because `planarity/planarity/src/planarityCommandLine.c` has `#include ` and `unistd.h` does not exist on Windows systems by...
With sympy version 1.12, this code: ``` from sympy import symbols, integrate x = symbols('x') integrate((x**8+1)**(-1/2), x) ``` raises a _CoeffExpValueError. The full trace is shown below. Maple gives `x*hypergeom([1/8,...
The tutorials use URLs under https://ons-inspire.esriuk.com/arcgis/services, which is dead. Presumably correct URLs can be found by following the links from https://resource.esriuk.com/blog/important-update-for-office-for-national-statistics-datasets-in-arcgis-living-atlas/ but I have not succeeded in doing that yet.
In VS Code I can enter something like ``` from IPython.display import display, Latex display(Latex("abcd")) ``` This displays the string `abcd` but in a rather small font, smaller than that...