What is a feature of Jupyter Notebooks?
- It provides a way to run code interactively within a web browser.
- It compiles Python code as it is entered.
- Notebook output is displayed as a static image.
- It requires extensive programming experience to use.
Answers Explanation & Hints:
Jupyter Notebooks can be used by less experienced programmers to run code interactively within a web browser where output is displayed dynamically. Python is an interpreted, not compiled, language. |