What is a feature of Jupyter Notebooks?

IT Exam Items RepositoryCategory: Data Analytics EssentialsWhat is a feature of Jupyter Notebooks?

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.

Explanation: 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.

Related exam: Module 10.3.2 Quiz - Take the Next Steps