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.0.1.tar.gz
(121.6 kB
view details)
Built Distribution
pv_visualizer-0.0.1-py3-none-any.whl
(132.6 kB
view details)
File details
Details for the file pv-visualizer-0.0.1.tar.gz
.
File metadata
- Download URL: pv-visualizer-0.0.1.tar.gz
- Upload date:
- Size: 121.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4431f110d1d1ab7949c0e5fc445a92ba21e8fd3c2df199efb2e616787ad1b710 |
|
MD5 | c79c81d61fc87bcd37715b77bde022e6 |
|
BLAKE2b-256 | 5f876367a2562d5c11c81049379b09b3f96f49164aa515ad4ee06ce1e4724bd7 |
File details
Details for the file pv_visualizer-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pv_visualizer-0.0.1-py3-none-any.whl
- Upload date:
- Size: 132.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e37f984afaee1a026dd033175cb8ee7b379d4d147aec71ccd9c05b448e0c06b |
|
MD5 | d4b950e94e3e0498691fec048b9eeb2e |
|
BLAKE2b-256 | 61a45774db6c16a7877616f566ed39a861e6ca0ea6083c03616fdff8db4008e9 |