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

Commit

Permalink
updated binder config
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin committed Apr 19, 2021
1 parent e6fc45e commit 241f70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ channels:
dependencies:
- pip
- xyzspaces
- jupyterlab==2.2.9
- jupyterlab
- shapely
- here-map-widget-for-jupyter
- pip:
- here-map-widget-for-jupyter
- "-r ../requirements.txt"
- "-r ../requirements_dev.txt"
- "-e ../"
9 changes: 1 addition & 8 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
npm config set @here:registry https://repo.platform.here.com/artifactory/api/npm/here-node/
jupyter nbextension install --py --symlink --sys-prefix here_map_widget
jupyter nbextension enable --py --sys-prefix here_map_widget
jupyter labextension install @jupyter-widgets/jupyterlab-manager js

# Notebooks with extensions that auto-run code must be "trusted" to work the first time
jupyter trust docs/notebooks/*.ipynb

jupyter lab build --dev-build=False --minimize=False
jupyter trust docs/notebooks/*.ipynb

0 comments on commit 241f70c

Please sign in to comment.