Skip to content

Commit

Permalink
Update data-analysis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoettam09 authored Oct 18, 2022
1 parent 67850d9 commit 35cc6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can analyze the results of backtests and trading history easily using Jupyte
## Quick start with docker

Freqtrade provides a docker-compose file which starts up a jupyter lab server.
You can run this server using the following command: `docker-compose -f docker/docker-compose-jupyter.yml up`
You can run this server using the following command: `docker compose -f docker/docker-compose-jupyter.yml up`

This will create a dockercontainer running jupyter lab, which will be accessible using `https://127.0.0.1:8888/lab`.
Please use the link that's printed in the console after startup for simplified login.
Expand Down

0 comments on commit 35cc6aa

Please sign in to comment.