Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 241f70c

Browse files
author
Kharude, Sachin
committed
updated binder config
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent e6fc45e commit 241f70c

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
dependencies:
55
- pip
66
- xyzspaces
7-
- jupyterlab==2.2.9
7+
- jupyterlab
88
- shapely
9+
- here-map-widget-for-jupyter
910
- pip:
10-
- here-map-widget-for-jupyter
1111
- "-r ../requirements.txt"
1212
- "-r ../requirements_dev.txt"
1313
- "-e ../"

binder/postBuild

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
npm config set @here:registry https://repo.platform.here.com/artifactory/api/npm/here-node/
2-
jupyter nbextension install --py --symlink --sys-prefix here_map_widget
3-
jupyter nbextension enable --py --sys-prefix here_map_widget
4-
jupyter labextension install @jupyter-widgets/jupyterlab-manager js
5-
61
# Notebooks with extensions that auto-run code must be "trusted" to work the first time
7-
jupyter trust docs/notebooks/*.ipynb
8-
9-
jupyter lab build --dev-build=False --minimize=False
2+
jupyter trust docs/notebooks/*.ipynb

0 commit comments

Comments
 (0)