Skip to content

Commit 40b2aa5

Browse files
doc/source/ecosystem.rst (#36856)
1 parent 7f87a03 commit 40b2aa5

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)