VTK widget for Jupyter
NOTE: This depends on JupyterLab 3.x
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