File tree 2 files changed +4
-4
lines changed
Filter options
themes/scikit-learn-modern/static/css
2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ Then run:
80
80
><span class =" sk-expandable" data-packager =" pip" data-os =" mac" data-venv =" no" >pip install -U scikit-learn</span
81
81
><span class =" sk-expandable" data-packager =" pip" data-os =" windows" data-venv =" no" >pip install -U scikit-learn</span
82
82
><span class =" sk-expandable" data-packager =" pip" data-os =" linux" data-venv =" no" >pip3 install -U scikit-learn</span
83
- ><span class =" sk-expandable" data-packager =" conda" data-venv = " " >conda create -n sklearn-env -c conda-forge scikit-learn</span
84
- ><span class =" sk-expandable" data-packager =" conda" data-venv = " " >conda activate sklearn-env</span
83
+ ><span class =" sk-expandable" data-packager =" conda" >conda create -n sklearn-env -c conda-forge scikit-learn</span
84
+ ><span class =" sk-expandable" data-packager =" conda" >conda activate sklearn-env</span
85
85
></code ></pre ></div >
86
86
87
87
In order to check your installation you can use
Original file line number Diff line number Diff line change @@ -1162,8 +1162,8 @@ div.highlight span.sk-expandable:before {
1162
1162
display : block;
1163
1163
}
1164
1164
1165
- # quickstart-conda : checked ~ label [for = "quickstart-venv" ]: before {
1166
- content : "Use conda environment" ;
1165
+ # quickstart-conda : checked ~ # quickstart-venv ~ label [for = "quickstart-venv" ] {
1166
+ display : none ;
1167
1167
}
1168
1168
1169
1169
/* for pip */
You can’t perform that action at this time.
0 commit comments