File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ In this repository, you'll find a collection of [Jupyter notebooks](http://jupyt
1111* [ Planet Account] ( https://www.planet.com/explorer/?signup=1 )
1212* [ Planet API Key] ( https://www.planet.com/account/ )
1313
14+ NOTE: After installing Docker, Windows users should install WSL2 Backend when prompted.
15+
1416### Clone or update repo:
1517
1618If you've never cloned the Planet notebooks repo, run the following:
@@ -56,6 +58,8 @@ docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work -e PL_API_KEY='[YOUR-
5658
5759# If you get a permissions error running the above, you should add sudo to the front:
5860# sudo docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work -e PL_API_KEY='[YOUR-API-KEY]' planet-notebooks
61+ # Windows users run: winpty docker run -it --rm -p 8888:8888 -v "/$PWD":/home/joyvan/work -e PL_API_KEY='[YOUR-API-KEY]' planet-notebooks
62+
5963```
6064
6165This does several things:
@@ -149,4 +153,4 @@ cd ..
149153
150154This will build and install the Docker image on your system, making it available to run. This may take some
151155time (from 10 minutes to an hour) depending on your network connection and how long Anaconda takes to configure
152- its environment.
156+ its environment.
You can’t perform that action at this time.
0 commit comments