Skip to content

Commit

Permalink
Update lab extension
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Oct 31, 2016
1 parent cf69866 commit 95f20a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"dependencies": {
"jquery": "^2.1.4",
"jupyter-js-widgets": "^2.0.2",
"jupyterlab" : "^0.5.1",
"@jupyterlab/nbwidgets": "^0.3.4",
"jupyter-js-widgets": "^2.0.4",
"jupyterlab" : "^0.7.0",
"@jupyterlab/nbwidgets": "^0.4.0",
"leaflet": "^0.7.7",
"leaflet-draw": "^0.3.0",
"underscore": "^1.8.3"
Expand Down
4 changes: 2 additions & 2 deletions js/src/labplugin.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
var jupyter_leaflet = require('./index');

var jupyterlab_widgets = require('@jupyterlab/nbwidgets/lib/plugin');
var jupyterlab_widgets = require('@jupyterlab/nbwidgets');

module.exports = {
id: 'jupyter.extensions.jupyter-leaflet',
requires: [jupyterlab_widgets.IIPyWidgetExtension],
requires: [jupyterlab_widgets.INBWidgetExtension],
activate: function(app, widgets) {
widgets.registerWidget({
name: 'jupyter-leaflet',
Expand Down

0 comments on commit 95f20a2

Please sign in to comment.