From 33f564d74a5fd9dd271f8c198092a3b216190468 Mon Sep 17 00:00:00 2001 From: Yonggang Liu Date: Thu, 3 Aug 2023 17:20:18 -0400 Subject: [PATCH] test --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 45f38dd..475dcad 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,9 @@ This will install harmony-py and its dependencies into your current Python envir Jupyter notebooks in the `examples` subdirectory show how to use the Harmony Py library. Start up the Jupyter Lab notebook server and run these examples: -The Jupyter Lab server will start and [open in your browser](http://localhost:8888/lab). Double-click on a notebook in the file-browser sidebar and run the notebook. Note that some notebooks may have cells which prompt for your EDL username and password. Be sure to use your UAT credentials since most of the example notebooks use the Harmony UAT environment. - $ make examples +The Jupyter Lab server will start and [open in your browser](http://localhost:8888/lab). Double-click on a notebook in the file-browser sidebar and run the notebook. Note that some notebooks may have cells which prompt for your EDL username and password. Be sure to use your UAT credentials since most of the example notebooks use the Harmony UAT environment. ## Developing