Merge branch 'documentation' of github.com:nyu-ossd-s18/notebook into documentation

This commit is contained in:
danagilliann 2018-04-10 11:40:22 -04:00
commit f334d6bd84

View File

@ -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.
Troubleshooting the Installation