From 52ecf07f8a14883194db18f289c3e66dc2526272 Mon Sep 17 00:00:00 2001 From: Kauser Zulfiqar Date: Mon, 18 Nov 2024 00:01:24 +0100 Subject: [PATCH] added deprecated message for k3d visualisation --- docs/field-k3d-visualisation.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/field-k3d-visualisation.ipynb b/docs/field-k3d-visualisation.ipynb index 856ebe54..29d77616 100644 --- a/docs/field-k3d-visualisation.ipynb +++ b/docs/field-k3d-visualisation.ipynb @@ -6,7 +6,9 @@ "source": [ "# Field visualisation using `k3d`\n", "\n", - "**Note:** If you experience any problems in plotting with `k3d`, please make sure you run the Jupyter notebook in Google Chrome.\n", + "**Note:** The visualisation method using `k3d` is deprecated and will be removed in future versions, please use `PyVista` for visualising fields instead.\n", + "\n", + "If you experience any problems in plotting with `k3d`, please make sure you run the Jupyter notebook in Google Chrome.\n", "\n", "There are several ways how a field can be visualised, using:\n", "\n",