Web frontend to ParaView
Project description
Web frontend to ParaView
Free software: BSD license
Development
Build and install the Vue components
cd vue-components
npm i
npm run build
cd -
Create a virtual environment to use with your ParaView 5.10+
python3.9 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
pip install -e .
Run the application using ParaView: pvpython executable
export PV_VENV=$PWD/.venv
/Applications/ParaView-5.10.0.app/Contents/bin/pvpython \ # Using macOS install path as example
pv_run.py \
--data ~ \
--server --dev
Run application
Create a virtual environment to use with your ParaView 5.10.1+
python3.9 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
pip install pv-visualizer
Run the application using ParaView: pvpython executable with environment variables:
export PV_VENV=$PWD/.venv
export TRAME_APP=pv_visualizer
pvpython -m paraview.apps.trame --data ~
Or with command line arguments:
pvpython -m paraview.apps.trame \
--venv $PWD/.venv \
--trame-app pv_visualizer \
--data ~
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pv-visualizer-0.1.3.tar.gz
(380.5 kB
view details)
Built Distribution
pv_visualizer-0.1.3-py3-none-any.whl
(396.3 kB
view details)
File details
Details for the file pv-visualizer-0.1.3.tar.gz
.
File metadata
- Download URL: pv-visualizer-0.1.3.tar.gz
- Upload date:
- Size: 380.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 761a9f12d1b4c727af20ad5efe6a0f821a2cada9a12bbaf4642f856402c22764 |
|
MD5 | 8f7799c9e5827fc3d6969595cd43bdbb |
|
BLAKE2b-256 | e7832278acde211f739659b8b13199ae8f52864958f2344cee82094a49f6c23f |
File details
Details for the file pv_visualizer-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pv_visualizer-0.1.3-py3-none-any.whl
- Upload date:
- Size: 396.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ceeb26815e544fe5fef544a31f8932706808f00ca9d2288ab3339b544bafe17 |
|
MD5 | 162646d059dec3d81a96db9464662704 |
|
BLAKE2b-256 | b8530c25b70033762c2606e5de5591a29d796c44f5f8875f402bc46b8a31ec09 |