Skip to content

Commit

Permalink
Adding some additional options
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Mar 21, 2024
1 parent 6b86560 commit 7f24079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/biohpc/slurm.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ nodes = nodes[columns]
#table = nodes.to_html(index=False, classes='table table-striped table-bordered table-sm', escape=False, render_links=True)
# Render the HTML table in Jupyter Notebook
#HTML(table)
show(nodes, lengthMenu=[15, 25, 50])
show(nodes, lengthMenu=[15, 25, 50], layout={"topStart": "search"}, classes="display compact")
```

Expand Down

0 comments on commit 7f24079

Please sign in to comment.