From ac7f19821f8e2ad23660cd0a86e3c6d6476ec4c2 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Tue, 9 Feb 2016 16:39:41 -0800 Subject: [PATCH] @williningc's suggestions --- notebook/notebookapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index 6e0e90851..a17b88d1f 100644 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -103,8 +103,8 @@ If you're working on the Javascript of the notebook, try running npm run build:watch -in another terminal window to have the notebook incrementally -watch and build the Javascript for you, as you make changes. +in another terminal window to have the system incrementally +watch and build the notebook's JavaScript for you, as you make changes. """ #-----------------------------------------------------------------------------