質問編集履歴
1
Linuxでのopenslide-pyhonの使用歴を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,13 +2,17 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
Pythonで[openslide](https://openslide.org/)という、巨大な画像を開くライブラリを使いたいです。
|
5
|
+
Pythonで[openslide](https://openslide.org/)という、巨大な画像を開くライブラリを使いたい(install & use)です。
|
6
6
|
|
7
7
|
正確には、pythonなのでopenslide-pythonになります。
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
windows (jupyter notebook上)で使
|
11
|
+
windows (jupyter notebook上)で使えるようにしたいです。
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
Linux (jupyter notebook上)では普通に使っていました。
|
12
16
|
|
13
17
|
|
14
18
|
|