how to create a table in jupyter notebook code example
Example 1: jupyter notebook create table
| Stretch/Untouched | ProbDistribution | Accuracy |
| --- | --- | --- |
| Stretched | Gaussian | .843 |
Example 2: jupyter notebook tables
<table>
<tr>
<td>first </td>
<td>second</td>
</tr>
<tr>
<td>first </td>
<td>second</td>
</tr>
</table>