Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 905 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 905 Bytes

ipyparaview

A widget for interactive server-side ParaView rendering. Note that this requires a pre-existing ParaView installation and ParaView's python libraries to be locatable via $PYTHONPATH--see the scripts folders for examples.

Installation

Note that both the regular and developer installs currently require nodejs (for npm) in addition to the regular tools.

For a regular user installation:

$ pip install git+https://github.com/NickLeaf/ipyparaview.git
$ jupyter nbextension enable --py --sys-prefix ipyparaview

For a development installation:

$ git clone https://github.com/NickLeaf/ipyparaview.git
$ cd ipyparaview
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyparaview
$ jupyter nbextension enable --py --sys-prefix ipyparaview
$ jupyter labextension install js (*optional*)