File: trame.rst

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (17 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _trame_api:

Trame
-----
The PyVista ``pyvista.trame`` module allows users to access the `Trame
<https://kitware.github.io/trame/index.html>`_ widget from PyVista to create
web-based 3D visualizations. This allows you to access the VTK pipeline using
the PyVista API so you can pair PyVista and Trame so that PyVista plotters can
be used in a web context with both server and client-side rendering.

For the full user guide, see :ref:`trame_jupyter`.


.. warning::
   We are having an issue with Sphinx and numpydoc documenting this module
   because it is not in the top level namespace of the PyVista package.
   We will fix this later