mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
fix jsversion command
This commit is contained in:
parent
2bb09578eb
commit
b2bf69f6d7
@ -392,7 +392,7 @@ class JavascriptVersion(Command):
|
||||
pass
|
||||
|
||||
def run(self):
|
||||
nsfile = pjoin(repo_root, "notebook", "static", "base", "js", "namespace.js")
|
||||
nsfile = pjoin(repo_root, "notebook", "static-src", "base", "js", "namespace.js")
|
||||
with open(nsfile) as f:
|
||||
lines = f.readlines()
|
||||
with open(nsfile, 'w') as f:
|
||||
|
Loading…
Reference in New Issue
Block a user