Skip to main content

ParaView trame proxy for JupyterLab

Project description

jupyter-trame-proxy

Integrates trame in your Jupyter environment using ParaView Visualizer.

Requirements

  • Python 3.9+
  • ParaView 5.10+
  • Jupyter Notebook 6.0+
  • JupyterLab 2.1+

This extension will start the pv_visualizer package. You must make sure it is on the PYTHONPATH! Adjust launch_trame.sh to ensure this.

Install

Create and Activate Environment

virtualenv -p python3 venv
source venv/bin/activate

Install jupyter-trame-proxy

pip install git+https://github.com/jwindgassen/jupyter-trame-proxy.git

Enable jupyter-trame-proxy Extensions

For Jupyter Classic, activate the jupyter-server-proxy extension:

jupyter serverextension enable --sys-prefix jupyter_server_proxy

For Jupyter Lab, install the @jupyterlab/server-proxy extension:

jupyter labextension install @jupyterlab/server-proxy
jupyter lab build

Starting

Click on the ParaView trame icon from the Jupyter Lab Launcher or the ParaView trame item from the new dropdown in Jupyter Classic.

Jupyter-Server-Proxy

Jupyter-Server-Proxy lets you run arbitrary external processes alongside your notebook and provide web access to them. After installing this proxy, you can start trame using the ParaView trame entry in the launcher. It will start the server (which might take a few seconds) and open the website in a new tab.

License

This software is provided under the BSD 3-Clause

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter-trame-proxy-0.2.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

jupyter_trame_proxy-0.2.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page