You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and is available for use in that environment as of June 2018.
17
-
Quantopian also offers a `fully managed service for professionals <https://factset.quantopian.com>`_
17
+
Quantopian also offers a `fully managed service for professionals <https://factset.quantopian.com>`_
18
18
that includes Qgrid, Zipline, Alphalens, Pyfolio, FactSet data, and more.
19
19
20
20
Announcements: Qgrid Webinar
21
-
----------------------------
21
+
----------------------------
22
22
Qgrid author Tim Shawver recently did a live webinar about Qgrid, and the recording of the webinar is `now available on YouTube <https://www.youtube.com/watch?v=AsJJpgwIX0Q>`_.
23
23
24
24
This talk will be interesting both for people that are new to Qgrid, as well as longtime fans that are interested in learning more about the project.
@@ -86,7 +86,7 @@ If you haven't already install jupyterlab and enabled ipywidgets, do that first
86
86
87
87
Install the qgrid-jupyterlab extension and enable::
88
88
89
-
jupyter labextension install qgrid
89
+
jupyter labextension install qgrid2
90
90
91
91
At this point if you run jupyter lab normally with the 'jupyter lab' command, you should be
92
92
able to use qgrid in notebooks as you normally would.
@@ -111,7 +111,7 @@ This feature can be thought of as the first row-specific option that qgrid suppo
**New API methods for dynamically updating an existing qgrid widget (as of 1.1.0)**:
@@ -246,7 +246,7 @@ you open the ``index.html`` file in your browser, you should be able to preview
246
246
247
247
Events API
248
248
----------
249
-
As of qgrid 1.0.3 there are new ``on`` and ``off`` methods in qgrid which can be used to attach/detach event handlers. They're available on both the ``qgrid`` module (see `qgrid.on <https://qgrid.readthedocs.io/en/latest/#qgrid.on>`_), and on individual QgridWidget instances (see `qgrid.QgridWidget.on <https://qgrid.readthedocs.io/en/latest/#qgrid.QgridWidget.on>`_). Previously the only way to listen for events was to use undocumented parts of the API.
249
+
As of qgrid 1.0.3 there are new ``on`` and ``off`` methods in qgrid which can be used to attach/detach event handlers. They're available on both the ``qgrid`` module (see `qgrid.on <https://qgrid.readthedocs.io/en/latest/#qgrid.on>`_), and on individual QgridWidget instances (see `qgrid.QgridWidget.on <https://qgrid.readthedocs.io/en/latest/#qgrid.QgridWidget.on>`_). Previously the only way to listen for events was to use undocumented parts of the API.
250
250
251
251
Having the ability to attach event handlers allows us to do some interesting things in terms of using qgrid in conjunction with other widgets/visualizations. One example is using qgrid to filter a DataFrame that's also being displayed by another visualization.
0 commit comments