From 8b6a215b10be5ea30ddc7cef6b4a202c17ef5710 Mon Sep 17 00:00:00 2001 From: l8l <15265798+l8l@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:40:31 +0200 Subject: [PATCH] Update index.ipynb Following the update of index.rst, a corresponding update of index.ipynb is necessary. --- doc/library/d3viz/index.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/library/d3viz/index.ipynb b/doc/library/d3viz/index.ipynb index 066d2bd88e..83e350a6b9 100644 --- a/doc/library/d3viz/index.ipynb +++ b/doc/library/d3viz/index.ipynb @@ -19,8 +19,7 @@ "metadata": {}, "source": [ "``d3viz`` requires the [pydot](https://pypi.python.org/pypi/pydot)\n", - "package. [pydot-ng](https://github.com/pydot/pydot-ng) fork is better\n", - "maintained, and it works both in Python 2.x and 3.x. Install it with pip::" + "package. Install it with pip::" ] }, { @@ -31,7 +30,7 @@ }, "outputs": [], "source": [ - "!pip install pydot-ng" + "!pip install pydot" ] }, {