Skip to content

Commit

Permalink
Make the notebook table stacked since we don't have Julia
Browse files Browse the repository at this point in the history
All I have don't here @mmcky is add a HTML table row between the first and second cell.
<tr><td>content cell 1</td><.tr>
<tr><td>content cell 2</td></tr>

I hope this is what you were after.
  • Loading branch information
DrDrij authored Mar 28, 2024
1 parent 3aa7074 commit fc9c923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ <h2>Notebooks</h2>
<tbody>
<tr>
<td>Python</td>
</tr>
<tr>
<td><a href="https://github.com/QuantEcon/book-networks-public/tree/main/notebooks">Files on GitHub</a></td>
</tr>
</tbody>
Expand Down Expand Up @@ -82,4 +84,4 @@ <h2>Links</h2>

</body>

</html>
</html>

1 comment on commit fc9c923

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.