Skip to content

Commit 7133abb

Browse files
authored
Update local install hostname in readme. (#85)
1 parent f589164 commit 7133abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ new feature and has not been well tested. To do this:
292292
python3 -i -c "from deephaven_server import Server; _server = Server(port=10000, jvm_args=['-Xmx4g']); _server.start()"
293293
```
294294
5) Launch the [Deephaven IDE](https://github.com/deephaven/deephaven-core/blob/main/README.md#run-deephaven-ide) by navigating to [http://localhost:10000/ide/](http://localhost:10000/ide/) in a browser.
295-
6) Use `host=localhost` for the hostname in the examples
295+
6) Use `host="localhost"` for the hostname in the examples (Windows WSL uses `host="host.docker.internal"`, since WSL is built on Docker.)
296296

297297
### (Option 5) Launch pip-installed Deephaven with a local installation (No Docker) -- run a script
298298

0 commit comments

Comments
 (0)