From 082435dad2f962fe388c967099f2df9491665844 Mon Sep 17 00:00:00 2001 From: Eugene Mandel Date: Thu, 27 Jun 2019 12:04:52 -0700 Subject: [PATCH] Updated the instructions to open the data document --- great_expectations/cli/datasource.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/great_expectations/cli/datasource.py b/great_expectations/cli/datasource.py index f53733df977b..2bd847333477 100644 --- a/great_expectations/cli/datasource.py +++ b/great_expectations/cli/datasource.py @@ -162,8 +162,8 @@ def add_datasource(context): cli_message( """ To view the generated data documentation, start a web server: - cd great_expectations/data_documentation - python -m SimpleHTTPServer (if Python 2) or python3 -m http.server (if Python 3) +cd great_expectations/data_documentation; python -m SimpleHTTPServer (if Python 2) or +cd great_expectations/data_documentation; python3 -m http.server (if Python 3) and open http://localhost:8000 in your browser """)