From 00952c45a746cafbb3eeab7e8ff1482076af22b4 Mon Sep 17 00:00:00 2001 From: Jinesh Mehta Date: Tue, 24 Jan 2017 00:27:39 -0500 Subject: [PATCH] added welcome message to display in console --- notebook/static/tree/js/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notebook/static/tree/js/main.js b/notebook/static/tree/js/main.js index 7e4de0fc0..e087a8292 100644 --- a/notebook/static/tree/js/main.js +++ b/notebook/static/tree/js/main.js @@ -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 = {