Tiago M. D. Pereira
Tiago M. D. Pereira
I don't see how this is the expected behaviour since it differs from the behaviour in every other backend. If I use `inline`, a new plot/figure is created every time...
On a second look, this seems to happen because this small example (and nearly all in the `ipywidgets` examples) are just calling a new plot all the time. Catching the...
``` $ pandoc --version pandoc 1.15.0.6 Compiled with texmath 0.8.2.2, highlighting-kate 0.6. ```
Updating `pandoc` seems to fix the problem. Now using 1.19.2.1 and it works fine. Maybe some minimum `pandoc` version should be listed in the requirements?
It took me a while but I finally managed to get one of these files in a much smaller size. I've placed them on this [google drive folder.](https://drive.google.com/drive/folders/1xOBT_Qnm95FYiJi_gKK87ZtGiOvqyEeb?usp=sharing). The error...
I'm also seeing this bug. Would be nice to get it fixed since the current node version on conda is 10.x, so many people will get it. Downgrading to node...
Also have the same problem on a new install on macOS Monterey (ARM machine). Spell Right v3.0.60, and VS Code: ``` Version: 1.63.2 Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3 Date: 2021-12-15T09:38:17.605Z (1 mo ago)...
Same error here. Unable to build ZMQ and MbedTLS.
@mcara Using astropy 5.1.1, with the update above, still gives an error with the example files, but this time it is different: ``` w.pixel_to_world(1, 1, 1, 1, 1) (...) ScaleValueError:...
Also seeing the same. I have some Latex in widgets to produce plots. Is there any way to initialise Mathjax without using a markdown cell? It would be nice if...