From 577307c2023dcdaf5931656d2ccbf40b918f79c0 Mon Sep 17 00:00:00 2001 From: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:27:33 -0800 Subject: [PATCH] Remove deprecated instructs --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 030b928..08bf685 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,3 @@ DataHub notebook for GPEC 447 - Data Science/Spatial Analysis Sample notebook arcgis_test.ipynb is copied into container at /opt - -# Usage - -## Map Widget - -Enable the map widget by running these 2 commands in a New -> Terminal: - -``` -jupyter nbextension enable --py --user widgetsnbextension -jupyter nbextension enable --py --user arcgis -```