From 20d4ff06cd8be61cf698fed1442f97065eb84ffd Mon Sep 17 00:00:00 2001 From: "ANSYS\\spearson" Date: Wed, 7 Sep 2022 10:29:45 +0100 Subject: [PATCH] remove psutil and update readme --- README.rst | 6 +++++- pyproject.toml | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) 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 72832846..e534e45f 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.dev0" vtk = {version = ">=9.0.3", python = "<=3.9"} -ipyvtklink = ">=0.2.2" pyvista = ">=0.33.2" pyvistaqt = ">=0.7.0" pyside6 = ">=6.2.3"