From b5f12d05d8547f5143d72a4848ddd994ce8c3210 Mon Sep 17 00:00:00 2001 From: HenryCheval <875542931@qq.com> Date: Mon, 3 Jun 2024 21:51:22 +0800 Subject: [PATCH] cnn 'new tab'button added with javascript --- .../deep-learning/cnn/cnn.ipynb | 39 +++++++++++++------ 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/open-machine-learning-jupyter-book/deep-learning/cnn/cnn.ipynb b/open-machine-learning-jupyter-book/deep-learning/cnn/cnn.ipynb index 0878cba06..888b532e4 100644 --- a/open-machine-learning-jupyter-book/deep-learning/cnn/cnn.ipynb +++ b/open-machine-learning-jupyter-book/deep-learning/cnn/cnn.ipynb @@ -132,7 +132,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 9, "metadata": { "tags": [ "hide-cell" @@ -147,7 +147,10 @@ "\n", "A demo of CNN. [source]\n", + "href=\"https://adamharley.com/nn_vis/cnn/3d.html\"> [source]
\n", + " [Open in new tab]\n", + "

\n", "

\n" ], "text/plain": [ @@ -165,14 +168,17 @@ "\n", "A demo of CNN. [source]\n", + "href=\"https://adamharley.com/nn_vis/cnn/3d.html\"> [source]
\n", + " [Open in new tab]\n", + "

\n", "

\n", "\"\"\"))" ] }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 8, "metadata": { "tags": [ "hide-cell" @@ -187,8 +193,11 @@ "\n", "A demo of CNN. [source]\n", - "

\n" + "href=\"https://poloclub.github.io/cnn-explainer/\"> [source]
\n", + " [Open in new tab]\n", + "

\n", + " \n" ], "text/plain": [ "" @@ -205,14 +214,17 @@ "\n", "A demo of CNN. [source]\n", + "href=\"https://poloclub.github.io/cnn-explainer/\"> [source]
\n", + " [Open in new tab]\n", "

\n", + " \n", "\"\"\")) " ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 6, "metadata": { "tags": [ "hide-cell" @@ -227,7 +239,10 @@ "\n", "A demo of CNN. [source]\n", + "href=\"https://poloclub.github.io/cnn-explainer/\"> [source]
\n", + " [Open in a new tab]\n", + " \n", "

\n" ], "text/plain": [ @@ -245,7 +260,9 @@ "\n", "A demo of CNN. [source]\n", + "href=\"https://poloclub.github.io/cnn-explainer/\"> [source]
\n", + " [Open in new tab]\n", "

\n", "\"\"\")) " ] @@ -1293,7 +1310,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.18" + "version": "3.11.5" } }, "nbformat": 4,