How to run the lab M2_UGL_1

I want to see the output of the code. But can’t do it

Hello @Faisal10 , welcome!

In Jupyter notebooks, you can run a cell using Ctrl + Enter (Windows/Linux) or Cmd + Enter (Mac). Are you using those shortcuts but still encountering an issue?

If so, please share more details about the problem you’re facing.

when you open the ugl notebook, first connect the kernel by clicking on the top left corner option Not Trusted. When you click this not trust, it will turn into Trusted indicating you kernel is connected.

then click the cell option where you need to select Run all option which will run down all the cell in the notebook but you need to wait until all cells are executed and output is displayed.

or you can choose the option other mentor mentioned here.

Please let us know if you have basic python coding understanding.