Skip to content

Commit 582a020

Browse files
meghanacosmosKevin D Smith
authored and
Kevin D Smith
committed
doc/source/ecosystem.rst (pandas-dev#36856)
1 parent 3a846ed commit 582a020

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/ecosystem.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ invoked with the following command
170170

171171
.. code:: python
172172
173-
import dtale; dtale.show(df)
173+
import dtale
174+
175+
dtale.show(df)
174176
175177
D-Tale integrates seamlessly with jupyter notebooks, python terminals, kaggle
176178
& Google Colab. Here are some demos of the `grid <http://alphatechadmin.pythonanywhere.com/>`__

0 commit comments

Comments
 (0)