1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Extras
******
This section contains resources to expand the usage of PyVista beyond
just running it from a Python console or IDE. For example, you can
package PyVista in a docker image and build VTK with EGL to enable
rich headless plotting on remote servers. You can also package
PyVista using `pyinstaller`_ to be used within a standalone
application.
See the :ref:`developer_notes` section for details on contributing
and how you can help develop PyVista.
.. toctree::
building_vtk
docker
pyinstaller
developer_notes
plot_directive
pytest_plugin
vtk_data
extending_pyvista
.. _pyinstaller: https://www.pyinstaller.org/
|