Skip to content

Commit 62f84f5

Browse files
l8lricardoV94
authored andcommitted
Update index.ipynb
Following the update of index.rst, a corresponding update of index.ipynb is necessary.
1 parent 6bef816 commit 62f84f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/library/d3viz/index.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"metadata": {},
2020
"source": [
2121
"``d3viz`` requires the [pydot](https://pypi.python.org/pypi/pydot)\n",
22-
"package. [pydot-ng](https://github.com/pydot/pydot-ng) fork is better\n",
23-
"maintained, and it works both in Python 2.x and 3.x. Install it with pip::"
22+
"package. Install it with pip::"
2423
]
2524
},
2625
{
@@ -31,7 +30,7 @@
3130
},
3231
"outputs": [],
3332
"source": [
34-
"!pip install pydot-ng"
33+
"!pip install pydot"
3534
]
3635
},
3736
{

0 commit comments

Comments
 (0)