Skip to content

Commit

Permalink
docs: mention new inline interface in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisScoccola committed Jul 21, 2023
1 parent 8a690e0 commit c551ecf
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 @@ -61,7 +61,7 @@ After choosing your parameters using the user interface, you can get your cluste
clustering_labels = pi.cluster()
```

**Note:** You may use `pi.start_ui(inline=True)` to have the graphical user interface display directly in the Jupyter notebook!
**Note:** You may use `pi.start_ui(jupyter_mode="inline")` to have the graphical user interface display directly in the Jupyter notebook!


## Installing
Expand Down

0 comments on commit c551ecf

Please sign in to comment.