Skip to content

Commit f22b910

Browse files
author
Jürgen Hasch
committed
Fix tree-filter not loading anymore with notebook 5.7
1 parent 03109e4 commit f22b910

File tree

1 file changed

+1
-1
lines changed
  • src/jupyter_contrib_nbextensions/nbextensions/tree-filter

1 file changed

+1
-1
lines changed

src/jupyter_contrib_nbextensions/nbextensions/tree-filter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
define([
66
'require',
7-
'jqueryui',
7+
'jquery',
88
'base/js/namespace',
99
'base/js/utils',
1010
'services/config'

0 commit comments

Comments
 (0)