diff --git a/README.md b/README.md index 09566519..a25cc9f2 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ To install JupyterLab plugin, install the following dependence libraries: ```bash conda install nodejs ipywidgets ``` -Build the ipywidgets Jupyterlab plugin +Then install the gquantlab lib: ```bash -jupyter labextension install @jupyter-widgets/jupyterlab-manager@2.0 +pip install gquantlab==0.1.2 ``` -Then install the gquantlab lib: +Build the ipywidgets Jupyterlab plugin ```bash -pip install gquantlab==0.1.1 +jupyter labextension install @jupyter-widgets/jupyterlab-manager@2.0 ``` If you launch the JupyterLab, it will prompt to build the new plugin. You can explicitly build it by: diff --git a/external/README.md b/external/README.md index 50784a72..6846d1a5 100644 --- a/external/README.md +++ b/external/README.md @@ -23,13 +23,13 @@ To install JupyterLab plugin, install the following dependence libraries: ```bash conda install nodejs ipywidgets ``` -Build the ipywidgets Jupyterlab plugin +Then install the gquantlab lib: ```bash -jupyter labextension install @jupyter-widgets/jupyterlab-manager@2.0 +pip install gquantlab==0.1.2 ``` -Then install the gquantlab lib: +Build the ipywidgets Jupyterlab plugin ```bash -pip install gquantlab +jupyter labextension install @jupyter-widgets/jupyterlab-manager@2.0 ``` If you launch the JupyterLab, it will prompt to build the new plugin. You can explicitly build it by: diff --git a/gquantlab/gquantlab/_version.py b/gquantlab/gquantlab/_version.py index 114cbd7a..38852bdb 100644 --- a/gquantlab/gquantlab/_version.py +++ b/gquantlab/gquantlab/_version.py @@ -1,2 +1,2 @@ -version_info = (0, 1, 1) +version_info = (0, 1, 2) __version__ = ".".join(map(str, version_info)) diff --git a/gquantlab/package.json b/gquantlab/package.json index cc73bdaf..613a5111 100644 --- a/gquantlab/package.json +++ b/gquantlab/package.json @@ -1,6 +1,6 @@ { "name": "gquantlab", - "version": "0.1.1", + "version": "0.1.2", "description": "gQuant Jupyterlab extension", "keywords": [ "jupyter",