I newly downloaded a jupyter and try to use it. However, with my mac and window computer, I cannot see the toolbar in jupyter.
I tried to search to solve this issue and I tried to uninstall every version of python on my computers, both on mac and window one, and reinstall the jupyter.
However, I still see the same problem. Can someone help me do deal this issue?
Thank you.

You're not seeing the toolbar because to Jupyter, you're opening a file. If you want to run Python code, you need to create a new Notebook. This will create an
.ipynbfile, in which Jupyter can run Python code. Jupyter cannot run.pyfiles from the web interface.