Skip to content

Commit

Permalink
Amend Coiled cluster example on Jupyter (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Oct 11, 2024
1 parent aff4061 commit 2d85ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/coiled.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ We can also connect a Dask client to see that information for the workers too.
```python
from dask.distributed import Client

client = Client(cluster)
client = Client()
client
```

Expand Down

0 comments on commit 2d85ad0

Please sign in to comment.