You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
353 B
11 lines
353 B
// Copyright (c) Jupyter Development Team.
|
|
// Distributed under the terms of the Modified BSD License.
|
|
|
|
// TODO: Remove me in 6.0!
|
|
|
|
define([], function() {
|
|
console.warn(['Importing bootstrap tour is deprecated. This feature will',
|
|
'be remove in the notebook 6.0 in favor of the Tour global object.'].join(' '));
|
|
return window.Tour;
|
|
});
|