-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from rapidsai/develop
Update the readme file and version number for gquantlab.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters