Skip to content

zlinzju/jupyter-vtk-datawidgets

 
 

Repository files navigation

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.

About

Jupyter bridge for VTK data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.8%
  • TypeScript 34.3%
  • JavaScript 2.5%
  • HTML 0.4%