Show More
@@ -1,4 +1,3 b'' | |||
|
1 | ||
|
2 | 1 |
|
|
3 | 2 | * Primary styles |
|
4 | 3 | * |
@@ -52,5 +51,3 b' div#main_app {' | |||
|
52 | 51 | padding: 0.2em 0.8em; |
|
53 | 52 | font-size: 77%; |
|
54 | 53 | } |
|
55 | ||
|
56 |
@@ -58,19 +58,24 b'' | |||
|
58 | 58 | <span id="kernel_status">Idle</span> |
|
59 | 59 | </div> |
|
60 | 60 | |
|
61 | <div id="MathJaxFetchingWarning" style="width:80%;margin:auto;padding-top:20%;text-align:justify;display:none"> | |
|
62 | <p style="font-size:26px;">There was an issues trying to fetch MathJax.js from the internet.</p> | |
|
63 | <p>You may want to consider running the following in order to be able to use the Notebook. | |
|
64 | <pre style="background-color:lightblue;border:thin silver solid"> | |
|
61 | <div id="MathJaxFetchingWarning" | |
|
62 | style="width:80%; margin:auto;padding-top:20%;text-align: justify; display:none"> | |
|
63 | <p style="font-size:26px;">There was an issue trying to fetch MathJax.js | |
|
64 | from the internet.</p> | |
|
65 | ||
|
66 | <p style="padding:0.2em"> With a working internet connection, you can run | |
|
67 | the following at a Python or IPython prompt, which will install a local | |
|
68 | copy of MathJax:</p> | |
|
69 | ||
|
70 | <pre style="background-color:lightblue;border:thin silver solid;padding:0.4em"> | |
|
65 | 71 | from IPython.external import mathjax; mathjax.install_mathjax() |
|
66 | 72 | </pre> |
|
67 | Note that this will require a working internet connection when run, and | |
|
68 | it will try to install MathJax into the directory where you installed | |
|
73 | This will try to install MathJax into the directory where you installed | |
|
69 | 74 | IPython. If you installed IPython to a location that requires |
|
70 | 75 | administrative privileges to write, you will need to make this call as |
|
71 | 76 | an administrator. On OSX/Linux/Unix, this can be done at the |
|
72 | 77 | command-line via: |
|
73 | <pre style="background-color:lightblue;border:thin silver solid"> | |
|
78 | <pre style="background-color:lightblue;border:thin silver solid;padding:0.4em"> | |
|
74 | 79 | sudo python -c "from IPython.external import mathjax; mathjax.install_mathjax()" |
|
75 | 80 | </pre> |
|
76 | 81 | </p> |
General Comments 0
You need to be logged in to leave comments.
Login now