Dmitrii I

Results 4 comments of Dmitrii I

I don't think it is possible to package pendulum into a zipapp because pendulum includes C extensions. As per "Caveats" (https://docs.python.org/3.9/library/zipapp.html#caveats), packages with C extensions cannot be used in zipapp.

> You could build a pure-python version from source if you really need to. I don't think we will be providing non-C wheels. I consider this issue resolved. Actually simply...

I am on Ubuntu 18.04 using Julia version 1.3.1 and GR 0.47.0. When I run `histogram(randn(100000))` I get the plot in a new window. I close the window. I run...

It is just my personal preference while working in the interactive shell. I close the plot window because I don't need it anymore. I may then need to plot again...