Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Decitre <[email protected]>
  • Loading branch information
decitre committed Jul 5, 2024
1 parent e7a196e commit 5387a4a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Link the virtual environment to a IPython kernel:
```


Use the `here-search-notebooks` script with your HERE API Key:
Start Jupyter Lab with your HERE API Key:

```
API_KEY="your API key" python -m jupyterlab src/here_search/demo/notebooks
Expand All @@ -50,8 +50,8 @@ Copyright (C) 2022-2023 HERE Europe B.V.

This project is licensed under the MIT license - see the [LICENSE](./LICENSE) file in the root of this project for license details.

[1]: https://developer.here.com/documentation/geocoding-search-api/dev_guide/topics/quick-start.html#get-an-api-key
[1]: https://www.here.com/docs/bundle/geocoding-and-search-api-developer-guide/page/topics/quick-start.html#get-an-api-key
[2]: https://github.com/heremaps/here-search-demo/blob/main/docs/developers.md
[3]: https://heremaps.github.io/here-search-demo/lab/?path=demo.ipynb
[4]: https://developer.here.com/documentation/geocoding-search-api/dev_guide/index.html
[4]: https://www.here.com/docs/category/geocoding-search-v7
[5]: https://www.here.com/get-started/pricing
15 changes: 14 additions & 1 deletion src/here_search/demo/notebooks/demo.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "8675ea98-8e7a-4fc0-a94d-722ab122c768",
"metadata": {},
"source": [
"## HERE api key\n",
"\n",
"To use HERE search demo, you need a [HERE API key][1]. Note that HERE Base Plan [pricing][2] allows you to get started for free.\n",
"\n",
" [1]: https://www.here.com/docs/bundle/geocoding-and-search-api-developer-guide/page/topics/quick-start.html#get-an-api-key\n",
" [2]: https://www.here.com/get-started/pricing"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -133,7 +146,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.12.1"
},
"toc-autonumbering": false,
"toc-showcode": false,
Expand Down

0 comments on commit 5387a4a

Please sign in to comment.