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 3a846ed commit 582a020Copy full SHA for 582a020
doc/source/ecosystem.rst
@@ -170,7 +170,9 @@ invoked with the following command
170
171
.. code:: python
172
173
- import dtale; dtale.show(df)
+ import dtale
174
+
175
+ dtale.show(df)
176
177
D-Tale integrates seamlessly with jupyter notebooks, python terminals, kaggle
178
& Google Colab. Here are some demos of the `grid <http://alphatechadmin.pythonanywhere.com/>`__
0 commit comments