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