From 9c013080ead6dfc29649b48676ee00ce0d86d427 Mon Sep 17 00:00:00 2001 From: Javier Pedemonte Date: Wed, 25 May 2016 09:48:31 -0500 Subject: [PATCH 1/2] Update Jupyter deps to fix ipywidgets rendering issue Fixes #240 (c) Copyright IBM Corp. 2016 --- Dockerfile.kernel | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.kernel b/Dockerfile.kernel index f1f9802..4320beb 100644 --- a/Dockerfile.kernel +++ b/Dockerfile.kernel @@ -6,7 +6,7 @@ FROM jupyter/all-spark-notebook:2d878db5cbff # Collection versions in one place. Would like to use ARG, but docker verison on # travis does not yet support it. ENV KERNEL_GATEWAY_VER=0.5.0 -ENV IPYWIDGETS_VER=5.1.3 +ENV IPYWIDGETS_VER=5.1.5 ENV DECLWIDGETS_VER=0.5.2 RUN pip install "jupyter_kernel_gateway==$KERNEL_GATEWAY_VER" diff --git a/package.json b/package.json index caf0991..6cbc5a5 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "hjson": "^1.7.4", "http-proxy": "^1.12.0", "jupyter-js-notebook": "^0.19.1", - "jupyter-js-services": "^0.9.2", + "jupyter-js-services": "^0.10.2", "jupyter-js-ui": "^0.11.1", - "jupyter-js-widgets": "^1.1.1", + "jupyter-js-widgets": "^1.1.2", "morgan": "^1.6.1", "nconf": "^0.8.2", "passport": "^0.3.2", From 54eb623cac9c8e6101d11a7489dc91b8da31ea0d Mon Sep 17 00:00:00 2001 From: Javier Pedemonte Date: Wed, 25 May 2016 09:59:49 -0500 Subject: [PATCH 2/2] Fix image in test notebook (c) Copyright IBM Corp. 2016 --- etc/notebooks/test/test_layout_basic_report.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/notebooks/test/test_layout_basic_report.ipynb b/etc/notebooks/test/test_layout_basic_report.ipynb index 5fcd974..568f487 100644 --- a/etc/notebooks/test/test_layout_basic_report.ipynb +++ b/etc/notebooks/test/test_layout_basic_report.ipynb @@ -51,7 +51,7 @@ }, "outputs": [], "source": [ - "Image('http://pbs.twimg.com/profile_images/351495785/urth_caffe.png_400x400.jpg')" + "Image('https://upload.wikimedia.org/wikipedia/commons/8/85/Urd_magazine.jpg')" ] }, {