Skip to content

iPython widget for server-side ParaView rendering in Jupyter.

License

Notifications You must be signed in to change notification settings

jjones-jr/ipyparaview

 
 

Repository files navigation

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*)

About

iPython widget for server-side ParaView rendering in Jupyter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 46.7%
  • Python 30.5%
  • JavaScript 20.7%
  • Shell 2.1%