File: index.rst

package info (click to toggle)
python-pyvista 0.44.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 159,804 kB
  • sloc: python: 72,164; sh: 118; makefile: 68
file content (24 lines) | stat: -rw-r--r-- 650 bytes parent folder | download
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/