We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc60006 commit 6613a4bCopy full SHA for 6613a4b
docs/user/more.rst
@@ -81,7 +81,7 @@ If you run the script via SSH control, sometime you may find the following error
81
82
_tkinter.TclError: no display name and no $DISPLAY environment variable
83
84
-If happen, ``import matplotlib matplotlib.use('Agg')`` before import ``tensorlayer as tl``.
+If happen, use ``import matplotlib`` and ``matplotlib.use('Agg')`` before ``import tensorlayer as tl``.
85
Alternatively, add the following code into the top of ``visualize.py``.
86
87
.. code-block:: python
0 commit comments