0. Installation Flashcards

1
Q

Anaconda Prompt

A

you can change start in folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

base environment

A

(base) C:\user\MT

conda info –envs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

update conda

A
conda update conda
just for one lib
conda update pandas
or
conda update --all
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

create new env

A

conda create –name ABC
y
conda activate pandas_playground
conda deactivate

conda install pandas jupyter bottleneck numexpr matplotlib

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

remove

A

conda remove –name ABC –all

*all means all package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

launch jupyter notebook

A

jupyter notebook

How well did you know this?
1
Not at all
2
3
4
5
Perfectly