Skip to content

Commit

Permalink
Update README.md (#213)
Browse files Browse the repository at this point in the history
Solves issue #212
  • Loading branch information
jpjon committed Aug 11, 2023
1 parent 8910e86 commit 2bcf4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ By default the position of cells in the dashboard will be fixed. If you want the
and resizable, you can launch voila with the `show_handles` resource set to `True`:

```
voila --template=gridstack examples/ --VoilaConfiguration.resources='{"gridstack": {"show_handles": True}}'
voila --template=gridstack examples/ --VoilaConfiguration.resources="{'gridstack': {'show_handles': True}}"
```

Note, however, that the state of the dashboard can not be persisted in the notebook.
Expand Down

0 comments on commit 2bcf4f6

Please sign in to comment.