Skip to content

Commit

Permalink
update the change log
Browse files Browse the repository at this point in the history
added the v to version

fixed the README
  • Loading branch information
doyend committed Jan 20, 2021
1 parent 2da5fea commit 47b175b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
```
If you launch the JupyterLab, it will prompt to build the new plugin. You can
explicitly build it by:
Expand Down
8 changes: 4 additions & 4 deletions external/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
```
If you launch the JupyterLab, it will prompt to build the new plugin. You can
explicitly build it by:
Expand Down
2 changes: 1 addition & 1 deletion gquantlab/gquantlab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 1, 1)
version_info = (0, 1, 2)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion gquantlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gquantlab",
"version": "0.1.1",
"version": "0.1.2",
"description": "gQuant Jupyterlab extension",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 47b175b

Please sign in to comment.