Steffen Rehberg

Results 65 comments of Steffen Rehberg

@datapythonista Sounds good in principle but I just don't want to be the guy who insanely blew up the documentation by adding estimated 400 to 500 lines of traceback, making...

just for myself a short summary of previous activity on this: - First try: #10727 worked locally but broke CI - Reversal: #10916 reverts the above - Second try: #10925...

> We can also use other code directives in sphinx where we specify the output instead of being autogenerated certainly one could use just code blocks (`.. code-block:: ipython`) as...

Converted to DRAFT until #10715 is resolved. (I added an optional `no_traceback` argument to the `:okexcept:` option, works fine locally, will test it on CI next week: ![image](https://user-images.githubusercontent.com/19879328/188332749-e94c6a8b-a045-453e-9151-4facfc7b208c.png))

To make it work for my dual monitor setup on Windows 10 (PyQt version 5.12.3), I had to set the geometry for the whole desktop (two screens side by side...

Not sure if this is intended, but [Rectangle](https://docs.pyvista.org/api/utilities/_autosummary/pyvista.Rectangle.html?highlight=rectangle#pyvista.Rectangle) doesn't enforce neither flatness (2D) not order of points: - `pv.Rectangle([[1.0, 0.0, 0.0], [1.0, 1.0, 0.0], [0.0, 1.0, 0.0], [0.0, 0.0, 1.0]])`...

Given that * VTK itself doesn't complain about non-coplanar or non-ordered points (this [example](https://kitware.github.io/vtk-examples/site/Python/GeometricObjects/Quad/) produces the same as above when supplying the same data) and * other pyvista geometry objects...

I'm much interested in the new Primo interface as it's also used by [HTW Dresden](https://primo.bib.htw-dresden.de/primo-explore/search?vid=49HTW_VU1&lang=de_DE&fromRedirectFilter=true). See also https://primo.bib.htw-dresden.de/primo_library/libweb/webservices/rest/v1/configuration/49HTW_VU1. From [Exlibris' deverloper web site](https://developers.exlibrisgroup.com/primo/apis/#logging) it seems, however, that you need an...

I looked into it and it turns out that the new primo interface uses a lot of javascipt to dynamically generate it web sites by calling the `webservices` REST API....

> Do the catalogue search APIs also work without previous authentication with the user credentials? Yes, there's a `guestJWT` you can obtain when not logged in (it's even faster to...