Skip to content

Commit 186ddbb

Browse files
Re-enable "Try pandas online" button, move it down
1 parent 3d9e65c commit 186ddbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ <h1>pandas</h1>
1818
<div class="col-md-4">
1919
<h5>Getting started</h5>
2020
<ul>
21-
<!-- <li><a href="{{ base_url }}/try.html">Try pandas online</a></li> -->
2221
<li><a href="{{ base_url }}getting_started.html">Install pandas</a></li>
2322
<li><a href="{{ base_url }}docs/getting_started/index.html">Getting started</a></li>
23+
<li><a href="{{ base_url }}try.html">Try pandas online</a></li>
2424
</ul>
2525
</div>
2626
<div class="col-md-4">

0 commit comments

Comments
 (0)