回答編集履歴

1

変更

2021/04/18 00:43

投稿

bsdfan
bsdfan

スコア4574

test CHANGED
@@ -6,7 +6,11 @@
6
6
 
7
7
  対策としては、
8
8
 
9
+ ```plain
10
+
9
- `conda create -n skl_tut ipywidgets numpy scipy matplotlib scikit-learn jupyter notebook seaborn pillow`
11
+ conda create -n skl_tut ipywidgets numpy scipy matplotlib scikit-learn jupyter notebook seaborn pillow
12
+
13
+ ```
10
14
 
11
15
  とバージョン指定せずにやることです。
12
16