This project aims to explain how to use ParaView within JupyterLab using a local virtual-environment.
You need to use the same python version as ParaView for your environment.
ParaView | Python |
---|---|
5.11 | 3.9.x |
5.12 | 3.10.x |
python3.10 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r ./requirements/pv-5.12.0.txt
On Linux
source activate-linux.sh /path/to/paraview-5.12
On MacOS
source activate-mac.sh /Applications/ParaView-5.12.0-RC2.app
jupyter lab
Distributed under the Apache-2.0 license. You can redistribute it and/or modify it under the terms described in the License.txt file.