A marketing analyst is preparing a report that includes both…
A marketing analyst is preparing a report that includes both Python code and written explanations of their findings. They want the report to be interactive and easy to share with team members via Google Drive. Which tool is best suited for this task?OPTIONS:A. Microsoft WordB. Google SheetsC. Jupyter Notebook in Google ColabD. Visual Studio Code ANSWER:C. Jupyter Notebook in Google Colab EXPLANATION:Google Colab is a cloud-based Jupyter Notebook that supports both code and markdown, making it ideal for combining analysis and explanation in a single, shareable document.
Read Details