You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. After fetching the github repository, the project will appear in the directory section on the left side of the notebook.
60
+
. After fetching the github repository, the project appears in the directory section on the left side of the notebook.
61
61
62
62
. Expand the */openshift-ai/1_First-app/* directory.
63
63
@@ -67,9 +67,9 @@ You will be presented with the view of a Jupyter Notebook.
67
67
68
68
## Running code in a Jupyter notebook
69
69
70
-
In the previous section, you imported and opened the notebook. To run the code within the notebook, you start by clicking the *Run* icon located at the top of the interface. This action initiates the execution of the code in the currently selected cell.
70
+
In the previous section, you imported and opened the notebook. To run the code within the notebook, click the *Run* icon located at the top of the interface.
71
71
72
-
After you click *Run*, you will notice that the notebook automatically moves to the next cell. This is part of the design of Jupyter Notebooks, where scripts or code snippets are divided into multiple cells. Each cell can be run independently, allowing you to test specific sections of code in isolation. This structure greatly aids in both developing complex code incrementally and debugging it more effectively, as you can pinpoint errors and test solutions cell by cell.
72
+
After clicking *Run*, the notebook automatically moves to the next cell. This is part of the design of Jupyter Notebooks, where scripts or code snippets are divided into multiple cells. Each cell can be run independently, allowing you to test specific sections of code in isolation. This structure greatly aids in both developing complex code incrementally and debugging it more effectively, as you can pinpoint errors and test solutions cell by cell.
73
73
74
74
After executing a cell, you can immediately see the output just below it. This immediate feedback loop is invaluable for iterative testing and refining of code.
75
75
@@ -155,7 +155,7 @@ image::rhoai/predict-step4.png[Interactive Real-Time Data Streaming and Visualiz
155
155
156
156
.. Running the cell in Step 5, produces an output of two images, one of a cat and one of a dog, with their respective predictions labeled as "Cat" and "Dog".
157
157
158
-
.. Once the code in the cell is executed in Step 6, a predict button will appear as shown in screenshot below. The interactive session displays images with their predicted labels in real-time as the user clicks the *Predict* button. This dynamic interaction helps in understanding how well the model performs across a random set of images and provides insights into potential improvements for model training.
158
+
.. Once the code in the cell is executed in Step 6, a predict button appears as shown in screenshot below. The interactive session displays images with their predicted labels in real-time as the user clicks the *Predict* button. This dynamic interaction helps in understanding how well the model performs across a random set of images and provides insights into potential improvements for model training.
159
159
+
160
160
image::rhoai/predict.png[Interactive Real-Time Image Prediction with Widgets]
161
161
@@ -178,3 +178,8 @@ For example make these modifications in your notebook or another Python environm
0 commit comments