Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,19 @@ cd workshop
./geopython-workshop-ctl.sh start
# display URL and open in default web browser, if a browser does not open, then copy the url from the command output to your browser.
./geopython-workshop-ctl.sh url

# NB Possibly best if we add a frontend or use docs ("home") as entrypoint
# stop workshop
./geopython-workshop-ctl.sh stop
```

Windows (Powershell or Command Prompt):

```bat
cd workshop

.\win-geopython-workshop-ctl.bat start
Windows (Powershell):

.\win-geopython-workshop-ctl.bat url

.\win-geopython-workshop-ctl.bat stop
```bash
# start workshop
bash ./geopython-workshop-ctl.sh start
# display URL and open in default web browser
bash ./geopython-workshop-ctl.sh url
# stop workshop
bash ./geopython-workshop-ctl.sh stop
```

NB [Jupyter notebook](https://en.wikipedia.org/wiki/Project_Jupyter) needs a **token**. The token is displayed in the jupyter container logs on startup:
Expand Down
71 changes: 0 additions & 71 deletions workshop/win-geopython-workshop-ctl.bat

This file was deleted.