Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

update command to run jupyterlab locally #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion static/quickstart_docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ The current version is `delta-core_2.12:2.3.0` which corresponds to Apache Spark

```bash
# Build entry point
docker run --name delta_quickstart --rm -it -p 8888-8889:8888-8889 delta_quickstart
docker run --name delta_quickstart --rm -it -p 8888-8889:8888-8889 deltaio/delta-docker:latest
```

```bash
Expand Down