From f6d45bc9040f9ff5b60c8ddbd12f5fbdb22ab05e Mon Sep 17 00:00:00 2001 From: Meghana Date: Sun, 4 Oct 2020 14:59:54 +0530 Subject: [PATCH] doc/source/ecosystem.rst --- doc/source/ecosystem.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index ed6ce7e9759b6..4086f64817568 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -170,7 +170,9 @@ invoked with the following command .. code:: python - import dtale; dtale.show(df) + import dtale + + dtale.show(df) D-Tale integrates seamlessly with jupyter notebooks, python terminals, kaggle & Google Colab. Here are some demos of the `grid `__