Skip to content

Commit de36a43

Browse files
authored
Merge pull request #27 from pwrose/master
updated documentation
2 parents 55046ed + 4cc44c1 commit de36a43

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This example demonstrates a reproducible 4-step workflow for predicting a protei
99

1010
---
1111

12-
**Rule 8: Expect Your Notebooks to Be Read, Run, and Explored.** The nbviewer links below provide to a non-interactive preview of notebooks and ![Binder](https://mybinder.org/badge.svg) buttons launch
13-
notebooks in your web browser using the Binder ([mybinder.org](https://mybinder.org/)) server (may be slow!). All notebooks can also be launched directly from the links in the [0-Workflow.ipynb](./example1/0-Workflow.ipynb) top-level notebook.
12+
**Rule 8: Expect Your Notebooks to Be Read, Run, and Explored.** The nbviewer links below provide a non-interactive preview of notebooks and ![Binder](https://mybinder.org/badge.svg) buttons launch
13+
notebooks in your web browser using the Binder ([mybinder.org](https://mybinder.org/)) server (may be slow!). The HTML links provide a permanent static record of the notebooks. All notebooks can also be launched directly from the links in the 0-Workflow.ipynb top-level notebook.
1414

1515
---
1616

@@ -32,13 +32,6 @@ notebooks in your web browser using the Binder ([mybinder.org](https://mybinder.
3232

3333
This example demonstrates a reproducible 2-step workflow for simulating a phylogenetic tree and sequences.
3434

35-
---
36-
37-
**Rule 8: Prepare Your Notebooks to Be Read, Run, and Explored.** The nbviewer links below provide to a non-interactive preview of notebooks and ![Binder](https://mybinder.org/badge.svg) buttons launch
38-
notebooks in your web browser using the Binder ([mybinder.org](https://mybinder.org/)) server (may be slow!). All notebooks can also be launched directly from the links in the [0-Workflow.ipynb](./example2/0-Workflow.ipynb) top-level notebook.
39-
40-
---
41-
4235
| Nbviewer | Jupyter Notebook | Jupyter Lab | HTML |
4336
| --- | -- | --- | --- |
4437
| [0-Workflow.ipynb](https://nbviewer.jupyter.org/github/jupyter-guide/ten-rules-jupyter/blob/master/example2/0-Workflow.ipynb) | [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jupyter-guide/ten-rules-jupyter/master?filepath=example2%2F0-Workflow.ipynb) | [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jupyter-guide/ten-rules-jupyter/master?urlpath=lab/tree/example2%2F0-Workflow.ipynb) | [HTML](https://htmlpreview.github.io?https://github.com/jupyter-guide/ten-rules-jupyter/blob/master/example2/0-Workflow.html) |

0 commit comments

Comments
 (0)