From 7cd89bf920d6a00d87de0c598c07bd290e1c7880 Mon Sep 17 00:00:00 2001 From: mrawdon Date: Fri, 1 Apr 2022 10:41:47 -0400 Subject: [PATCH] Update README.md Updated jupyterlab documentation paths, replaced gst with openbb --- jupyterlab/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jupyterlab/README.md b/jupyterlab/README.md index 2bebf9f9bbd6..ca78d9c4692a 100644 --- a/jupyterlab/README.md +++ b/jupyterlab/README.md @@ -26,19 +26,19 @@ To install the Terminal Launcher and the Settings Extensions run the following c pip install jupyterlab/gst pip install jupyterlab/gst-settings pip install jupyterlab/documentation -jupyter labextension install jupyterlab/gst -jupyter labextension install jupyterlab/gst-settings +jupyter labextension install jupyterlab/openbb +jupyter labextension install jupyterlab/openbb-settings jupyter labextension install jupyterlab/documentation ``` ### Development setup -In this section `gst` extension will be used as an example. +In this section `openbb` extension will be used as an example. - In one terminal window `cd` into the launcher extension folder and build the extension: ```bash -cd gst +cd openbb jlpm pip install -e . jlpm run build