diff options
| author | J08nY | 2023-10-19 13:22:07 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-19 13:22:07 +0200 |
| commit | 758642e0c715536fd9e58c5ac3ef11d8ca7f4e8b (patch) | |
| tree | 6647bc58dc0c6709662d02408f554529db7dfd6a | |
| parent | 38190a1280dbfc104ae8701cad6f927fd8b9923c (diff) | |
| download | pyecsca-notebook-758642e0c715536fd9e58c5ac3ef11d8ca7f4e8b.tar.gz pyecsca-notebook-758642e0c715536fd9e58c5ac3ef11d8ca7f4e8b.tar.zst pyecsca-notebook-758642e0c715536fd9e58c5ac3ef11d8ca7f4e8b.zip | |
Fix import in structural.
| -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": { |
