提交 62f84f53 authored 作者: l8l's avatar l8l 提交者: Ricardo Vieira

Update index.ipynb

Following the update of index.rst, a corresponding update of index.ipynb is necessary.
上级 6bef816b
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"``d3viz`` requires the [pydot](https://pypi.python.org/pypi/pydot)\n", "``d3viz`` requires the [pydot](https://pypi.python.org/pypi/pydot)\n",
"package. [pydot-ng](https://github.com/pydot/pydot-ng) fork is better\n", "package. Install it with pip::"
"maintained, and it works both in Python 2.x and 3.x. Install it with pip::"
] ]
}, },
{ {
...@@ -31,7 +30,7 @@ ...@@ -31,7 +30,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"!pip install pydot-ng" "!pip install pydot"
] ]
}, },
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论