mcmahon-lab / Physics-Aware-Training

Instructional implementation of Physics-Aware Training (PAT) with demonstrations on simulated experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter notebook syntax error

fearless0611 opened this issue · comments

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

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.

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

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