From c5fa534344bdfd1f92708e65486b85384789d67c Mon Sep 17 00:00:00 2001 From: Jean-Luc Parouty <Jean-Luc.Parouty@grenoble-inp.fr> Date: Mon, 17 Feb 2020 23:00:19 +0100 Subject: [PATCH] Looking for a Gitlab bug workaround.. ;-( Former-commit-id: 313d5bd5b7be717c1da6b981cd6e91fddc1053ad --- BHPD/01-DNN-Regression.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/BHPD/01-DNN-Regression.ipynb b/BHPD/01-DNN-Regression.ipynb index d2c1233..1e2acb1 100644 --- a/BHPD/01-DNN-Regression.ipynb +++ b/BHPD/01-DNN-Regression.ipynb @@ -33,7 +33,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 21, "metadata": {}, "outputs": [ { @@ -45,14 +45,13 @@ "<IPython.core.display.SVG object>" ] }, - "execution_count": 20, "metadata": {}, - "output_type": "execute_result" + "output_type": "display_data" } ], "source": [ "from IPython.display import Image, SVG\n", - "SVG(filename='../fidle/img/00-Fidle-header-01.svg')" + "display(SVG(filename='../fidle/img/00-Fidle-header-01.svg'))" ] }, { -- GitLab