質問編集履歴
1
PythonのVer.を修正いたしました
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
お世話になっております。
|
2
|
-
Windows Subsystem for LynuxでPython3.
|
2
|
+
Windows Subsystem for Lynuxで作成した仮想環境(Python3.6)からJupyter labを使用しております。
|
3
3
|
Windownsフォルダ内にあるpngファイルを一括してpdfへと変換するために以下のスクリプトを使用しました。
|
4
4
|
|
5
|
-
```Python3.
|
5
|
+
```Python3.6
|
6
6
|
import os
|
7
7
|
import img2pdf
|
8
8
|
|