mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
fix a few remaining IPython Notebook references
in HTML templates
This commit is contained in:
parent
1c7bc21ca7
commit
5e9c88b2fe
@ -65,7 +65,7 @@ data-file-path="{{file_path}}"
|
||||
</li>
|
||||
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">View</a>
|
||||
<ul id="view-menu" class="dropdown-menu">
|
||||
<li id="toggle_header" title="Show/Hide the IPython Notebook logo and notebook title (above menu bar)">
|
||||
<li id="toggle_header" title="Show/Hide the logo and notebook title (above menu bar)">
|
||||
<a href="#">Toggle Header</a></li>
|
||||
<li id="menu-line-numbers"><a href="#">Toggle Line Numbers</a></li>
|
||||
</ul>
|
||||
|
@ -105,7 +105,7 @@ data-notebook-path="{{notebook_path | urlencode}}"
|
||||
<li id="print_preview"><a href="#">Print Preview</a></li>
|
||||
<li class="dropdown-submenu"><a href="#">Download as</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li id="download_ipynb"><a href="#">IPython Notebook (.ipynb)</a></li>
|
||||
<li id="download_ipynb"><a href="#">Notebook (.ipynb)</a></li>
|
||||
<li id="download_script"><a href="#">Script</a></li>
|
||||
<li id="download_html"><a href="#">HTML (.html)</a></li>
|
||||
<li id="download_markdown"><a href="#">Markdown (.md)</a></li>
|
||||
@ -154,7 +154,7 @@ data-notebook-path="{{notebook_path | urlencode}}"
|
||||
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">View</a>
|
||||
<ul id="view_menu" class="dropdown-menu">
|
||||
<li id="toggle_header"
|
||||
title="Show/Hide the IPython Notebook logo and notebook title (above menu bar)">
|
||||
title="Show/Hide the logo and notebook title (above menu bar)">
|
||||
<a href="#">Toggle Header</a></li>
|
||||
<li id="toggle_toolbar"
|
||||
title="Show/Hide the action icons (below menu bar)">
|
||||
@ -299,7 +299,7 @@ data-notebook-path="{{notebook_path | urlencode}}"
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<li class="divider"></li>
|
||||
<li title="About IPython Notebook"><a id="notebook_about" href="#">About</a></li>
|
||||
<li title="About Jupyter Notebook"><a id="notebook_about" href="#">About</a></li>
|
||||
{% endblock %}
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>{% block title %}IPython Notebook{% endblock %}</title>
|
||||
<title>{% block title %}Jupyter Notebook{% endblock %}</title>
|
||||
{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">{% endblock %}
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" />
|
||||
@ -174,7 +174,7 @@
|
||||
|
||||
<noscript>
|
||||
<div id='noscript'>
|
||||
IPython Notebook requires JavaScript.<br>
|
||||
Jupyter Notebook requires JavaScript.<br>
|
||||
Please enable it to proceed.
|
||||
</div>
|
||||
</noscript>
|
||||
|
Loading…
Reference in New Issue
Block a user