Skip to content

Commit 2027a3d

Browse files
committed
update jupyterlab
1 parent 1871efd commit 2027a3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-threejs",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "jupyter - threejs bridge",
55
"author": "Jupyter-Threejs development team",
66
"license": "BSD",
@@ -21,9 +21,9 @@
2121
},
2222
"dependencies": {
2323
"jquery": "^2.1.4",
24-
"jupyter-js-widgets": "^2.0.2",
24+
"jupyter-js-widgets": "^2.0.4",
2525
"jupyterlab" : "^0.5.1",
26-
"@jupyterlab/nbwidgets": "^0.3.4",
26+
"@jupyterlab/nbwidgets": "^0.4.0",
2727
"three": "^0.75.0",
2828
"underscore": "^1.8.3"
2929
}

js/src/labplugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
var jupyter_threejs = require('./index');
22

3-
var jupyterlab_widgets = require('@jupyterlab/nbwidgets/lib/plugin');
3+
var jupyterlab_widgets = require('@jupyterlab/nbwidgets');
44

55
module.exports = {
66
id: 'jupyter.extensions.jupyter-threejs',
7-
requires: [jupyterlab_widgets.IIPyWidgetExtension],
7+
requires: [jupyterlab_widgets.INBWidgetExtension],
88
activate: function(app, widgets) {
99
widgets.registerWidget({
1010
name: 'jupyter-threejs',

0 commit comments

Comments
 (0)