Skip to content

Commit

Permalink
change require jupyter-js-widgets => @jupyter-widgets/base (ipywidget…
Browse files Browse the repository at this point in the history
…s 7)
  • Loading branch information
hoogenm committed Oct 21, 2017
1 parent 1f4fec8 commit 224a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobilechelonian/mobilechelonianjs/turtlewidget.js
@@ -1,4 +1,4 @@
define(['nbextensions/mobilechelonianjs/paper', "jupyter-js-widgets"], function(paperlib, widget){
define(['nbextensions/mobilechelonianjs/paper', "@jupyter-widgets/base"], function(paperlib, widget){

function TurtleDrawing(canvas_element, grid_button, help_button) {
this.points = [];
Expand Down

0 comments on commit 224a482

Please sign in to comment.