added welcome message to display in console

pull/2065/head
Jinesh Mehta 9 years ago
parent f8c41bec1a
commit 00952c45a7

@ -58,6 +58,9 @@ require([
console.warn(err);
}
console.log('Welcome to Project Jupyter! Explore the various tools available and their corresponding documentation. If you are interested in contributing to the platform, please visit the community resources section at http://jupyter.org/community.html.');
// Setup all of the config related things
var common_options = {

Loading…
Cancel
Save