Skip to content

Commit

Permalink
docs(readme): Update README.rst
Browse files Browse the repository at this point in the history
Update jupyter usage
  • Loading branch information
jourdain authored Oct 3, 2023
1 parent 5ad0592 commit acee892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Within Jupyter you can do the following

.. code-block:: console
from xaitk_saliency_demo.app.jupyter import show
show()
from xaitk_saliency_demo.app.jupyter import create_app
xaitk = await create_app()
xaitk.gui
Expand Down

0 comments on commit acee892

Please sign in to comment.