質問編集履歴

1

コード追加

2020/09/17 05:35

投稿

PPAP_AWS
PPAP_AWS

スコア105

test CHANGED
File without changes
test CHANGED
@@ -149,3 +149,41 @@
149
149
  See 'docker run --help'.
150
150
 
151
151
  ```
152
+
153
+
154
+
155
+ *追記
156
+
157
+ ```terminal
158
+
159
+ docker run -p 8888:8888 -v "$(pwd):/workspace" --name jlab ilab:latest
160
+
161
+
162
+
163
+ [I 05:29:22.682 LabApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
164
+
165
+ [W 05:29:23.918 LabApp] All authentication is disabled. Anyone who can connect to this server will be able to run code.
166
+
167
+ [I 05:29:23.934 LabApp] JupyterLab extension loaded from /root/anaconda3/lib/python3.7/site-packages/jupyterlab
168
+
169
+ [I 05:29:23.934 LabApp] JupyterLab application directory is /root/anaconda3/share/jupyter/lab
170
+
171
+ [W 05:29:23.936 LabApp] JupyterLab server extension not enabled, manually loading...
172
+
173
+ [I 05:29:23.938 LabApp] JupyterLab extension loaded from /root/anaconda3/lib/python3.7/site-packages/jupyterlab
174
+
175
+ [I 05:29:23.938 LabApp] JupyterLab application directory is /root/anaconda3/share/jupyter/lab
176
+
177
+ [I 05:29:23.939 LabApp] Serving notebooks from local directory: /
178
+
179
+ [I 05:29:23.939 LabApp] The Jupyter Notebook is running at:
180
+
181
+ [I 05:29:23.939 LabApp] http://(**or**):8888/
182
+
183
+ [I 05:29:23.939 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
184
+
185
+
186
+
187
+
188
+
189
+ ```