diff --git a/README.rst b/README.rst index b03d57f7..8b998464 100644 --- a/README.rst +++ b/README.rst @@ -99,7 +99,11 @@ the PyFluent-Visualization documentation. temperature_contour.surfaces_list = ["in1", "in2", "out1"] temperature_contour.display("window-1") - +Usage in a JupyterLab environment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +PyFluent-Visualization uses PyVista, which has the ability to display fully +featured plots within a JupyterLab environment using ipyvtklink. Find out +about using ipyvtklink with PyVista `here ` License and acknowledgments --------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3d8c581a..81e470b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ python = ">=3.7,<4.0" importlib-metadata = {version = "^4.0", python = "<3.8"} ansys-fluent-core = "~=0.12.dev5" vtk = {version = ">=9.0.3", python = "<=3.9"} -ipyvtklink = ">=0.2.2" pyvista = ">=0.33.2" pyvistaqt = ">=0.7.0" pyside6 = ">=6.2.3"