Conda and Jupyter Workflow Quiz

Complete this assessment with 100% score to master this chapter.

01Why is a Conda environment compared to a 'dedicated room' for a project?

02What is the main difference between Miniconda and Anaconda?

03In a Jupyter Notebook, what is the role of the 'Kernel'?

04What is a major risk of running Jupyter cells in a random or out-of-order sequence?

05Which command is used to turn on a specific Conda environment?

06How do you execute a cell and select the one below in Jupyter?

07What is the purpose of an 'environment.yml' file?

08Which cell type in Jupyter is used for writing documentation and explanations?

09In Jupyter, what does the '*' symbol inside the brackets `In [*]` mean?

10Why would you use `conda` instead of just `pip`?