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.4.tar.gz
(380.6 kB
view details)
Built Distribution
pv_visualizer-0.1.4-py3-none-any.whl
(396.3 kB
view details)
File details
Details for the file pv-visualizer-0.1.4.tar.gz
.
File metadata
- Download URL: pv-visualizer-0.1.4.tar.gz
- Upload date:
- Size: 380.6 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 | b9c5abbebd295fc1f03a8f9eff1df8c648bd609f99a5764c5d3e58e70fdf5273 |
|
MD5 | 189da97b8e35bcbf3ba223dc84a4a263 |
|
BLAKE2b-256 | 574581de23b6f3fb34302d6a2d839a4b460019b82ca262eead0d37f29a448718 |
File details
Details for the file pv_visualizer-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: pv_visualizer-0.1.4-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 | 09245e91d43b11d6131ee36fe089641655fd7bdf032ccc2c5bf003cd0b2c90d4 |
|
MD5 | 6fb6ef318fa57250a00b6cb28180657a |
|
BLAKE2b-256 | e02cb3f23fd29ccc66d6a26be3cb71352c92488b1c5aec7353febf02e2dfd016 |