Notebook Widget

AIV Notebook is a dashboard widget, which provides flexibility to view notebook model file inside the dashboard.

• Pre-requisite:- User should have a Notebook Model file (ipynb) before using this Notebook Widget.

1. Click on the Hamburger icon.

2. Create dashboard box will be shown on the screen. Users can create a dashboard by clicking on the + icon.

3. Users can set the dashboard name as per their requirements. Click on create button after entering the dashboard name in the dialog box. As shown in the below image.

4. Users will see an empty Dashboard, as shown in the image below:

5. From the right vertical menu select the Notebook widget icon, as shown in the image below:

6. When the user selects Notebook, the edit window will appear And the widget gets added in the content place.

7. Name the widget NoteBook 1.

8. Select the ipynb file of your choice from the edit menu of the widget:
• Predictive Model: kNN-2-Predict iris flower type (ipynb file)
• Cell: Execution Code 101 (select from dropdown)

Note:-
Cell:
It contains code snippets. If you are familiar with Jupyter notebook, cell is used to write and execute small piece of code and shows output just below of it. If a user wants to see the cell code which is executed, then they have to uncheck the Input Hide box.

9. Click on Save and Exit button, the widget will look as per the image below:

10. When you uncheck the box Input Hide the widget will look as per the image below:

11. Users can scroll the bar to see the output.

12. Check the Input Hide box again.

13. Click on Save and Exit button & Adjust the widget in the content area as required.

14. Click on the Save icon from the top right corner of the dashboard.

15. Click on preview from the top right corner of the widget as shown in the image above & your widget will look as per the image below:

16. User can also select more than one execution code from the cell option.

17. For example, when two execution code is selected then the output will look as per the image below: (Execution Code 101 & Execution Code 95 is selected)