From d736b2efd7df402ee3f9d13bc281eb83f02905cb Mon Sep 17 00:00:00 2001 From: Rosa Swaby Date: Tue, 10 Apr 2018 11:38:02 -0400 Subject: [PATCH] making doc changes for verification portion of documentation --- CONTRIBUTING.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 829475a2c..8256c8553 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -60,6 +60,22 @@ Once you have done this, you can launch the master branch of Jupyter notebook from any directory in your system with:: jupyter notebook + + + +Verification +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Once you have installed the Jupyter Notebook, in order to work in development mode you should first verify that you are in development mode. Follow the steps below to complete the verification:: + + jupyter notebook + +While running the notebook, select one of your notebooks (the file will have the extension .ipynb). In the top tab you will click on "Help" and then click "About". In the pop window you will see "The version of the...". If you are working in development mode, you will see that your version of Jupyter notebook will include the word "dev". + +If it does not include the word "dev", you are currently not working in development mode and should follow the steps above to uninstall and reinstall Jupyter. + + + Rebuilding JavaScript and CSS