Merge pull request #1715 from SylvainCorlay/remove_lab

Remove jupyter lab link.
This commit is contained in:
Min RK 2016-08-26 14:45:40 +02:00 committed by GitHub
commit d5aab90796
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -14,7 +14,6 @@ data-terminals-available="{{terminals_available}}"
{% block site %}
<div id="ipython-main-app" class="container">
<div id="lab_link" class="pull-right" style="padding: 4px"><a href="{{ base_url }}lab" title='Try JupyterLab'><img src='{{static_url("base/images/jupyter_lab.png") }}' alt='Try JupyterLab' height="40px" width="200px"/></a></div>
<div id="tab_content" class="tabbable">
<ul id="tabs" class="nav nav-tabs">
<li class="active"><a href="#notebooks" data-toggle="tab">Files</a></li>