After you run a cell, the output of the code will appear below it. The number next to the cell will also change from In[] to In[1]. The number indicates the order that the cells executed and completed their processes. In Jupyter Notebook, you can run either all cells or sections of your code at a time! Try running the above code again and it will change from In[1] to In[2].
If the In[] indicator does not appear next to a cell, that cell cannot run code. For example, try “running” the cell below.