-
Notifications
You must be signed in to change notification settings - Fork 422
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 #148 from quantopian/fix-column-order
Fix column order issue, better handling of NaNs
- Loading branch information
Showing
7 changed files
with
54 additions
and
20 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 |
---|---|---|
|
@@ -41,7 +41,7 @@ Run the following to install and enable qgrid:: | |
|
||
OR | ||
|
||
conda install -c tim_shawver/label/dev qgrid==1.0.0b8 | ||
conda install -c tim_shawver/label/dev qgrid==1.0.0b9 | ||
|
||
If you haven't enabled the ipywidgets nbextension yet, you'll need to also run this command:: | ||
|
||
|
@@ -61,7 +61,7 @@ If you haven't already install jupyterlab and enabled ipywidgets, do that first | |
|
||
Install the qgrid-jupyterlab extension and enable:: | ||
|
||
jupyter labextension install [email protected].8 | ||
jupyter labextension install [email protected].9 | ||
jupyter labextension enable qgrid-jupyterlab | ||
|
||
At this point if you run jupyter lab normally with the 'jupyter lab' command, you should be | ||
|
@@ -107,7 +107,7 @@ Compatibility: | |
0.3.x 4.1 4.1.x | ||
0.3.2 4.2 5.x | ||
0.3.3 5.x 6.x | ||
1.0.0b8 5.x 7.x | ||
1.0.0b9 5.x 7.x | ||
================= =========================== ============================== | ||
|
||
|
||
|
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
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
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
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
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
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