mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
install bootstrap-tour component
This commit is contained in:
parent
95bd36be10
commit
31804fa3cb
@ -149,6 +149,7 @@ def find_package_data():
|
||||
static_data.extend([
|
||||
pjoin(components, "backbone", "backbone-min.js"),
|
||||
pjoin(components, "bootstrap", "bootstrap", "js", "bootstrap.min.js"),
|
||||
pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
|
||||
pjoin(components, "font-awesome", "font", "*.*"),
|
||||
pjoin(components, "highlight.js", "build", "highlight.pack.js"),
|
||||
pjoin(components, "jquery", "jquery.min.js"),
|
||||
|
Loading…
Reference in New Issue
Block a user