mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
commit
05838b7c2e
@ -155,11 +155,12 @@ IPython = (function (IPython) {
|
||||
steps: this.tour_steps,
|
||||
template: tour_style
|
||||
});
|
||||
this.tour.init();
|
||||
|
||||
};
|
||||
|
||||
NotebookTour.prototype.start = function () {
|
||||
console.log("let's start the tour");
|
||||
this.tour.init();
|
||||
this.tour.start();
|
||||
if (this.tour.ended())
|
||||
{
|
||||
|
@ -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", "css", "bootstrap-tour.min.css"),
|
||||
pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
|
||||
pjoin(components, "font-awesome", "font", "*.*"),
|
||||
pjoin(components, "google-caja", "html-css-sanitizer-minified.js"),
|
||||
|
Loading…
Reference in New Issue
Block a user