File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ ImageViewer().edit_traits()
423423<!-- #region slideshow={"slide_type": "slide"} -->
424424## The ModelView object:
425425- We want our science model to be free of UI code
426- - But it's still useful for models and views to responde to changes to one
426+ - But it's still useful for models and views to respond to changes to one
427427 another -- ` ModelView ` s
428428- ` ModelView ` s also monitor UI toolkit events like window creation,
429429 closing, user clicking OK or Cancel buttons
@@ -483,8 +483,7 @@ image.data = astronaut()
483483<!-- #endregion -->
484484<!-- #region slideshow={"slide_type": "slide"} -->
485485## Solution
486- - ` stage3.1_first_views/traited_face_detect.py `
487- - ` stage3.1_first_views/image_folder_view.py `
486+
488487<!-- #endregion -->
489488## Toolkit selection
490489
@@ -520,7 +519,3 @@ ETSConfig.toolkit = 'qt'
520519
521520
522521<!-- #endregion -->
523-
524- ``` python
525-
526- ```
You can’t perform that action at this time.
0 commit comments