mcmahon-lab / Physics-Aware-Training

Instructional implementation of Physics-Aware Training (PAT) with demonstrations on simulated experiments.
Creative Commons Attribution 4.0 International
281 stars 47 forks source link

jupyter notebook syntax error #2

Closed fearless0611 closed 3 years ago

fearless0611 commented 3 years ago

Error for syntax even thought the code is correct ( Editor used - Jupyter notebook ) code written : first_name = "Jack" print(first_name)

Error shown :


NameError Traceback (most recent call last)

in 1 # Exercise 3 ----> 2 print(first_name) NameError: name 'first_name' is not defined
ms3452 commented 3 years ago

This seems to be an issue unrelated to this repository and I will therefore close it. Please refer to the jupyter notebook repository at https://github.com/jupyter/notebook.

fearless0611 commented 3 years ago

Yeah am extremely sorry for that , I am new to Github and didn't know where to post and later realized I've posted the issue in a wrong repository . Thanks for the info

ms3452 commented 3 years ago

No worries. I wasn't sure where to refer you to but I hope you found the information you were searching for.