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