/jupyter-vtk-datawidgets

Jupyter bridge for VTK data

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

jupyter-vtk-datawidgets

Build Status codecov

Jupyter data-widget based on VTK sources

Installation

A typical installation requires the following commands to be run:

pip install vtkdatawidgets

Or, if you use jupyterlab:

pip install vtkdatawidgets

If you are using notebook less than version 5.3, you will probably also need to run:

jupyter nbextension enable --py [--sys-prefix|--user|--system] vtkdatawidgets

, or

jupyter labextension install @jupyter-widgets/jupyterlab-manager

, as appropriate.