Skip to content

Commit

Permalink
Make it work with jupyterlab 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Jul 5, 2019
1 parent 5c65b24 commit cb3e2aa
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 152 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nglview-js-widgets",
"version": "2.5.1",
"version": "2.5.2",
"description": "nglview-js-widgets",
"author": "Hai Nguyen <[email protected]>, Alexander Rose <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -47,7 +47,7 @@
"jquery-ui": "^1.12.1",
"underscore": "^1.8.3",
"ngl": "2.0.0-dev.36",
"@jupyter-widgets/base": "^1.0.0"
"@jupyter-widgets/base": "^1.1 || ^2"
},
"jupyterlab": {
"extension": "src/jupyterlab-plugin"
Expand Down
296 changes: 148 additions & 148 deletions nglview/static/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nglview/static/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nglview/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from ipywidgets.widget_image import Image

__all__ = ['NGLWidget', 'ComponentViewer']
__frontend_version__ = '2.5.1' # must match to js/package.json
__frontend_version__ = '2.5.2' # must match to js/package.json
_EXCLUDED_CALLBACK_AFTER_FIRING = {
'setUnSyncCamera',
'setSelector',
Expand Down

0 comments on commit cb3e2aa

Please sign in to comment.