Skip to content

Commit

Permalink
Updating the CDN url to point to the latest version of the javascript…
Browse files Browse the repository at this point in the history
… dependences, and reran the sample notebook so it would include these new URLs.
  • Loading branch information
Tim Shawver committed Oct 11, 2014
1 parent ddf33c0 commit 342eff3
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 58 deletions.
2 changes: 1 addition & 1 deletion qgrid/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _ipython_display_(self):

if self.remote_js:
cdn_base_url = \
"https://cdn.rawgit.com/quantopian/qgrid/6988858671b6f80c7d1987e07ebff3dc810d20ce/qgrid/qgridjs/"
"https://cdn.rawgit.com/quantopian/qgrid/ddf33c0efb813cd574f3838f6cf1fd584b733621/qgrid/qgridjs/"
else:
cdn_base_url = "/nbextensions/qgridjs"

Expand Down
136 changes: 79 additions & 57 deletions qgrid_demo.ipynb

Large diffs are not rendered by default.

0 comments on commit 342eff3

Please sign in to comment.