
Answer-first summary for fast verification
Answer: Azure Machine Learning Service
The question requires an Azure tool that allows students to run Python code for data visualizations without needing local Python installation, admin rights, or Azure subscriptions. Azure Notebooks (option C) was historically the correct answer as it provided free, browser-based Jupyter notebooks requiring only internet access. However, community discussion confirms Azure Notebooks was deprecated and retired. Azure Machine Learning Service (option D) is now the correct alternative, as it offers compute instances with Jupyter notebooks that support multi-user access and do not require individual Azure subscriptions if managed under a shared workspace. Options A (Anaconda Data Science Platform) and B (Azure BatchAI) are incorrect: Anaconda requires local installation (violating no-admin constraint), and BatchAI is for batch processing, not interactive development. The consensus from upvoted comments (e.g., Tehseen, Skyrocket) and Microsoft documentation indicates D is optimal due to deprecation of C and D's alignment with the scenario's constraints.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are delivering a hands-on workshop on creating data visualizations with Python. Students will use internet-connected devices that are not configured for Python development and lack administrator rights for software installation. No Azure subscriptions are available for the students.
What Azure tool should you use to allow the students to run Python-based data visualization code?
A
Anaconda Data Science Platform
B
Azure BatchAI
C
Azure Notebooks
D
Azure Machine Learning Service
No comments yet.