Skip to content

Commit 3445cdb

Browse files
committed
Fix
Signed-off-by: martinRenou <[email protected]>
1 parent 5b29411 commit 3445cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipympl/backend_nbagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
FigureCanvasBase, cursors)
2525

2626
here = os.path.dirname(__file__)
27-
with open(os.path.join(here, 'static', 'package.json')) as fid:
27+
with open(os.path.join(here, 'nbextension', 'package.json')) as fid:
2828
js_semver = '^%s' % json.load(fid)['version']
2929

3030
cursors_str = {

0 commit comments

Comments
 (0)