diff --git a/IPython/frontend/html/notebook/static/js/notebookmain.js b/IPython/frontend/html/notebook/static/js/notebookmain.js index 1d9d041..8326b68 100644 --- a/IPython/frontend/html/notebook/static/js/notebookmain.js +++ b/IPython/frontend/html/notebook/static/js/notebookmain.js @@ -28,13 +28,14 @@ $(document).ready(function () { var dialog = $('
') .append( $("

").addClass('dialog').html( - "Math/LaTeX equation rendering will be disabled." + "Math/LaTeX rendering will be disabled." ) ).append( $("

").addClass('dialog').html( - "With a working internet connection, you can install a local copy" + - " of MathJax for offline use with the following command at a Python" + - " or IPython prompt:" + "If you have administrative access to the notebook server and" + + " a working internet connection, you can install a local copy" + + " of MathJax for offline use with the following command on the server" + + " at a Python or IPython prompt:" ) ).append( $("
").addClass('dialog').html(
@@ -42,14 +43,17 @@ $(document).ready(function () {
                 )
             ).append(
                 $("

").addClass('dialog').html( - "This will try to install MathJax into the directory where you installed"+ - " IPython. If you installed IPython to a location that requires"+ - " administrative privileges to write, you will need to make this call as"+ + "This will try to install MathJax into the IPython source directory." + ) + ).append( + $("

").addClass('dialog').html( + "If IPython is installed to a location that requires" + + " administrative privileges to write, you will need to make this call as" + " an administrator, via 'sudo'." ) ).append( $("

").addClass('dialog').html( - "Or you can instruct the notebook server to disable MathJax support altogether:" + "When you start the notebook server, you can instruct it to disable MathJax support altogether:" ) ).append( $("
").addClass('dialog').html(