Show More
@@ -155,11 +155,12 b' IPython = (function (IPython) {' | |||||
155 | steps: this.tour_steps, |
|
155 | steps: this.tour_steps, | |
156 | template: tour_style |
|
156 | template: tour_style | |
157 | }); |
|
157 | }); | |
158 | this.tour.init(); |
|
158 | ||
159 | }; |
|
159 | }; | |
160 |
|
160 | |||
161 | NotebookTour.prototype.start = function () { |
|
161 | NotebookTour.prototype.start = function () { | |
162 | console.log("let's start the tour"); |
|
162 | console.log("let's start the tour"); | |
|
163 | this.tour.init(); | |||
163 | this.tour.start(); |
|
164 | this.tour.start(); | |
164 | if (this.tour.ended()) |
|
165 | if (this.tour.ended()) | |
165 | { |
|
166 | { |
General Comments 0
You need to be logged in to leave comments.
Login now