Why do I receive NameError when inputting the name 'Timby' in the below sequence of images:
After entering input:
Why do I receive NameError when inputting the name 'Timby' in the below sequence of images:
After entering input:
It turned out that Jupyter Notebook Python3 kernal path was pointing to Python2 version as outlined in this post: https://github.com/jupyter/jupyter/issues/270
The soultion was to install with input ipython3 kernel install in terminal.