I am learning data science for the first time. The course I am taking recommends to use Jupyter Notebook as IDE.
I can't find the feature of predetermining potential errors before running the code.
I used Sublime Text when I first learned Python, and if I'm remembering correctly Sublime Text underlined typos or undefined variables etc.
Is there a way to enable the feature in Jupyter Notebook?
I am curious as to why such an essential feature to an IDE is missing in Jupyter Notebook.
++ I also just noticed that auto-complete feature is missing as well.