Skip to content
Snippets Groups Projects
Select Git revision
  • 560a855e7cf7fd515ac9a39f18585c20d63984d6
  • master default protected
  • 0.3.1
  • 0.3.0
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.2.0
  • 0.1.2
  • 0.1.1
  • 0.1.0
11 results

README.md

Blame
  • README.md 589 B

    pvlink

    Build Status codecov

    ParaView-Web RemoteRenderer in Jupyter

    Installation

    You can install pvlink using pip and jupyter labextension install:

    pip install pvlink
    jupyter labextension install pvlink

    If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

    jupyter nbextension enable --py [--sys-prefix|--user|--system] pvlink