diff options
| -rw-r--r-- | re/structural.ipynb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/re/structural.ipynb b/re/structural.ipynb index 76452ea..6c9cc86 100644 --- a/re/structural.ipynb +++ b/re/structural.ipynb @@ -20,6 +20,7 @@ "import holoviews as hv\n", "import tabulate\n", "from tqdm.auto import tqdm, trange\n", + "from IPython.display import HTML, display\n", "from functools import reduce\n", "\n", "from pyecsca.ec.model import ShortWeierstrassModel\n", @@ -282,6 +283,14 @@ "\n", "display(HTML(tabulate.tabulate(table, tablefmt=\"html\", headers=\"firstrow\", colalign=(\"left\", \"center\", \"left\"))))" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "87fed2eb-8d8b-4e7b-8265-c696e38c4663", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { |
