/jupyter_rs_vtk

Primary LanguageJavaScriptApache License 2.0Apache-2.0

jupyter_rs_vtk

VTK widget for Jupyter

NOTE: This depends on JupyterLab 3.x

Installation

To install use pip:

$ pip install .
$ jupyter labextension install .

For a development installation (requires npm),

$ git clone https://github.com/radiasoft/jupyter_rs_vtk.git
$ cd jupyter_rs_vtk
$ pip install -e .
$ jlpm install:extension