Davide Sandonà
Davide Sandonà
> I've just looked through and it is unclear to me what the advantage is of deprecating these methods. Can they not just be left there even if the docs...
The problem is quite evident: `\nobreak` should not be rendered on the screen. Also, it would be nice to have an option on the `LatexPrinter` to hide the range of...
Running with `adaptive=True` might take some time, running with `adaptive=False` produces the output right away: ``` plot_implicit(Eq(x+Abs(x), y+Abs(y)), (x, -20, 20), (y, -20, 20), adaptive=False) ```
Hello @so-rose , thanks for opening this issue. Holoviews was the first thing I considered even before creating the first version of this package. It would have been a natural...
Hello @winiciuscota , thanks for letting me know that. I definitely need to look into it. Moreover, on my system it freezes plasma shell if I click over the widget....
Thank you for the suggestion! I will definitely try to implement it next month! :)
Hello @sachaz , So I've spent a few hours improving the widget (still have to commit the changes). Since I don't have an IPv6, would you be able to take...
Hello @Eheran1 , thank you for pointing this out. I've just updated the build file, hopefully I'll be able to create a new release by the end of the day....
Unfortunately, the build for conda is throwing some hard to debug errors. I don't have time right now to invest into it. Although you are using conda, you can still...