From a46489f02147ea92494b6110d4f689cda12fe0b8 Mon Sep 17 00:00:00 2001 From: Chitoku YATO Date: Tue, 25 Aug 2020 21:47:36 -0700 Subject: [PATCH] Specify a tag of jupyter_clickable_image_widget --- scripts/create-sdcard-image-from-scratch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/create-sdcard-image-from-scratch.sh b/scripts/create-sdcard-image-from-scratch.sh index fd36a5a9..3067cd80 100755 --- a/scripts/create-sdcard-image-from-scratch.sh +++ b/scripts/create-sdcard-image-from-scratch.sh @@ -79,6 +79,7 @@ cd sudo apt-get install libssl1.0-dev git clone https://github.com/jaybdub/jupyter_clickable_image_widget cd jupyter_clickable_image_widget +git checkout tags/v0.1 sudo -H pip3 install -e . sudo jupyter labextension install js sudo jupyter lab build