ExamGecko
Question list
Search
Search

Question 31 - DSA-C02 discussion

Report
Export

Which command is used to install Jupyter Notebook?

A.
pip install jupyter
Answers
A.
pip install jupyter
B.
pip install notebook
Answers
B.
pip install notebook
C.
pip install jupyter-notebook
Answers
C.
pip install jupyter-notebook
D.
pip install nbconvert
Answers
D.
pip install nbconvert
Suggested answer: A

Explanation:

Jupyter Notebook is a web-based interactive computational environment.

The command used to install Jupyter Notebook is pip install jupyter.

The command used to start Jupyter Notebook is jupyter notebook.

asked 23/09/2024
Joseph Lewis
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first