@@ -82,9 +82,7 @@ To do this, there are a few requirements that all notebooks need to pass.
82
82
dependencies and will only add them if they add real value. Do not let this discourage you if
83
83
you do want to include a certain package! If it is necessary, or can be useful for other
84
84
notebooks too, we are open to adding it.
85
- 2 . All notebooks are saved with the ` openvino_env ` kernel. This ensures that there is never a
86
- conflict between a user's other Python installations and the notebook installation.
87
- 3 . The notebooks are located in the "notebooks" subdirectory. There is a subdirectory for every
85
+ 2 . The notebooks are located in the "notebooks" subdirectory. There is a subdirectory for every
88
86
notebook, with generally the same base name as the notebook. For example, the
89
87
001-hello-world.ipynb notebook can be found in the 001-hello-world directory.
90
88
- See the [ Notebook naming] ( #notebook-naming ) section below, for the
@@ -94,11 +92,11 @@ To do this, there are a few requirements that all notebooks need to pass.
94
92
- Add any supporting files to this subdirectory too. Supporting files should
95
93
be small (generally less than 5MB). Larger images, datasets and model
96
94
files should be downloaded from within the notebook.
97
- 4 . All related files, with the exception of Open Model Zoo models, should be saved to the notebook subdirectory,
95
+ 3 . All related files, with the exception of Open Model Zoo models, should be saved to the notebook subdirectory,
98
96
even if that means that there is a small amount of duplication. For Open Model Zoo models, see the directory
99
97
structure in the [ 104 Model Tools] ( https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/104-model-tools )
100
98
notebook.
101
- 5 . The notebooks should provide an easy way to clean up the downloaded data, for example with a
99
+ 4 . The notebooks should provide an easy way to clean up the downloaded data, for example with a
102
100
commented-out cell at the end of the notebook.
103
101
104
102
### Coding Guidelines
0 commit comments