質問編集履歴

10

変更点追加

2020/12/08 07:55

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -125,3 +125,21 @@
125
125
 
126
126
 
127
127
  ![1](826a412a3024825d337cea990fe710e9.png)
128
+
129
+
130
+
131
+ ```実行結果
132
+
133
+ (base) @@@ ~ % streamlit run main.py  
134
+
135
+
136
+
137
+ Usage: streamlit run [OPTIONS] TARGET [ARGS]...
138
+
139
+
140
+
141
+ Error: Streamlit requires raw Python (.py) files, not .py .
142
+
143
+ For more information, please see https://docs.streamlit.io
144
+
145
+ ```

9

コード追加

2020/12/08 07:55

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -119,3 +119,9 @@
119
119
  SyntaxError: invalid syntax
120
120
 
121
121
  ```
122
+
123
+
124
+
125
+
126
+
127
+ ![1](826a412a3024825d337cea990fe710e9.png)

8

コード追加

2020/12/07 15:53

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -45,20 +45,6 @@
45
45
  ![1](1d89ec81ee66afbdc610e9d745f099c9.png)
46
46
 
47
47
  ![2](b21cebc2f8992ff18c77571b3dee11ea.png)
48
-
49
-
50
-
51
- ```terminal
52
-
53
- streamlit run main.py
54
-
55
- ```
56
-
57
- ```errorcode
58
-
59
- SyntaxError: invalid syntax
60
-
61
- ```
62
48
 
63
49
 
64
50
 
@@ -117,3 +103,19 @@
117
103
  streamlit 0.72.0
118
104
 
119
105
  ```
106
+
107
+
108
+
109
+ ```terminal
110
+
111
+ streamlit run main.py
112
+
113
+ ```
114
+
115
+
116
+
117
+ ```errorcode
118
+
119
+ SyntaxError: invalid syntax
120
+
121
+ ```

7

変更点追加

2020/12/07 15:00

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,8 @@
17
17
  ご教授お願い致します。
18
18
 
19
19
 
20
+
21
+ **VScode**
20
22
 
21
23
  ```VSCode
22
24
 
@@ -60,6 +62,48 @@
60
62
 
61
63
 
62
64
 
65
+ **jupyterlab**
66
+
67
+ ```jupyterlab
68
+
69
+ import streamlit as st
70
+
71
+ import numpy as np
72
+
73
+ import pandas as pd
74
+
75
+ ```
76
+
77
+ ```jupyterlab
78
+
79
+ st.title('Streamlit')
80
+
81
+ ```
82
+
83
+ ```jupyterlab
84
+
85
+ streamlit run main.py
86
+
87
+ ```
88
+
89
+ ```jupyterlab
90
+
91
+ File "<ipython-input-13-2e02c77d4725>", line 1
92
+
93
+ streamlit run main.py
94
+
95
+ ^
96
+
97
+ SyntaxError: invalid syntax
98
+
99
+ ```
100
+
101
+
102
+
103
+
104
+
105
+ **terminal**
106
+
63
107
  ver
64
108
 
65
109
  ```pandas

6

変更点追加

2020/12/07 14:59

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,19 @@
57
57
  SyntaxError: invalid syntax
58
58
 
59
59
  ```
60
+
61
+
62
+
63
+ ver
64
+
65
+ ```pandas
66
+
67
+ pandas 1.0.5
68
+
69
+ ```
70
+
71
+ ```streamlit
72
+
73
+ streamlit 0.72.0
74
+
75
+ ```

5

コード追加

2020/12/07 14:08

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,12 @@
1
1
  python の拡張機能をインポートしたいのですが、vscode エラーが出てしまいます。
2
2
 
3
3
  vscodeにインストールすれば解決しますか。
4
+
5
+
6
+
7
+ macOS Big Sur ver 11.0.1
8
+
9
+ streamlit, pandas は、ターミナルにて pip install streamlit(pandas)でインストールしました。
4
10
 
5
11
 
6
12
 
@@ -9,6 +15,8 @@
9
15
  docker, jupyterlab, もインストールしている関係もあるのでしょうか。
10
16
 
11
17
  ご教授お願い致します。
18
+
19
+
12
20
 
13
21
  ```VSCode
14
22
 

4

文法修正

2020/12/07 13:36

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -20,9 +20,9 @@
20
20
 
21
21
  ```
22
22
 
23
- error code
24
23
 
24
+
25
- ```error
25
+ ```errorcode
26
26
 
27
27
  File "<stdin>", line 1, in <module>
28
28
 
@@ -35,3 +35,17 @@
35
35
  ![1](1d89ec81ee66afbdc610e9d745f099c9.png)
36
36
 
37
37
  ![2](b21cebc2f8992ff18c77571b3dee11ea.png)
38
+
39
+
40
+
41
+ ```terminal
42
+
43
+ streamlit run main.py
44
+
45
+ ```
46
+
47
+ ```errorcode
48
+
49
+ SyntaxError: invalid syntax
50
+
51
+ ```

3

コード追加

2020/12/07 13:09

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -2,11 +2,13 @@
2
2
 
3
3
  vscodeにインストールすれば解決しますか。
4
4
 
5
- わからないため、教えていただけると助かります。
6
5
 
7
- よろしくお願い致します。
8
6
 
9
7
  <python3.9.0 64-bit> python のバージョンを変えてもエラーが消えないです。
8
+
9
+ docker, jupyterlab, もインストールしている関係もあるのでしょうか。
10
+
11
+ ご教授お願い致します。
10
12
 
11
13
  ```VSCode
12
14
 

2

文法修正

2020/12/07 13:04

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
@@ -1 +1 @@
1
- VSCode streamlit import エラー
1
+ VSCode streamlit, pandas import エラー
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  よろしくお願い致します。
8
8
 
9
- <python3.9.0 64-bit>
9
+ <python3.9.0 64-bit> python のバージョンを変えてもエラーが消えないです。
10
10
 
11
11
  ```VSCode
12
12
 

1

文法修正

2020/12/07 12:41

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
@@ -1 +1 @@
1
- VSCode import エラー
1
+ VSCode streamlit import エラー
test CHANGED
File without changes