Skip to content

Commit 0db2c61

Browse files
capitalization
1 parent 1538552 commit 0db2c61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Planet Interactive Notebook Guides
1+
# Planet Jupyter Notebook Guides
22

33
In this repository, you'll find a collection of [Jupyter notebooks](http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/what_is_jupyter.html) from the software developers, data scientists, and developer advocates at [Planet](https://www.planet.com/). These interactive, open-source ([APLv2](LICENSE)) guides are designed to help you work with our APIs and tools, explore Planet data, and learn how to extract information from our massive archive of high-cadence satellite imagery. We hope these guides will inspire you to ask interesting questions of Planet data. Need help? Find a bug? Please [file an issue](https://github.com/planetlabs/notebooks/issues/new) and we'll get back to you.
44

@@ -9,7 +9,7 @@ In this repository, you'll find a collection of [Jupyter notebooks](http://jupyt
99
* [Planet Account](https://insights.planet.com/sign-up)
1010
* [Planet API Key](https://www.planet.com/account/)
1111

12-
### Clone or update repo
12+
### Clone or Update Repo
1313

1414
If you've never cloned the Planet notebooks repo, run the following:
1515

@@ -88,7 +88,7 @@ This will build and install the Docker image on your system, making it available
8888
> [!IMPORTANT]
8989
> You may need to rebuild the Docker image if this repository changes or if you need to use newer versions of the Planet SDK for Python.
9090
91-
### Run the container
91+
### Run the Container
9292
To run the container after building it, add your Planet API key to the command below and run it from the cloned `planetlabs/notebooks` repository root directory in Unix bash, Windows PowerShell, Git Bash, or WSL.
9393

9494
```bash
@@ -106,7 +106,7 @@ This does several things:
106106
4. **Starts interactive terminal** - Accessible through the web browser
107107
5. **Auto-cleanup** - Removes container when you exit (`--rm`)
108108

109-
### Open Jupyter notebooks
109+
### Open Jupyter Notebooks
110110
Once the Docker container is running, the CLI output will display a URL that you will use to access Jupyter notebooks
111111
with your browser.
112112
```

0 commit comments

Comments
 (0)