質問するログイン新規登録

質問編集履歴

2

ipynb→python

2020/12/09 07:07

投稿

keisuke0919
keisuke0919

スコア34

title CHANGED
File without changes
body CHANGED
@@ -16,7 +16,7 @@
16
16
  >>> e396b9aff5d621693a2a6507330934d8f5d6e478db93036e441f2ec8d0237251
17
17
  ```
18
18
  - Dockerコンテナ内に立ち上げたJupyterLabにて以下コマンドを実行
19
- ```ipynb
19
+ ```python
20
20
  from selenium import webdriver
21
21
 
22
22
  # Chrome のオプションを設定する

1

エラー内容を省略しました。

2020/12/09 07:07

投稿

keisuke0919
keisuke0919

スコア34

title CHANGED
File without changes
body CHANGED
@@ -59,7 +59,7 @@
59
59
 
60
60
  ConnectionRefusedError: [Errno 111] Connection refused
61
61
 
62
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<中略>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
+ <<<<<<<<<<<<<<<<<<<<<<<<<中略>>>>>>>>>>>>>>>>>>>>>>>>>>>
63
63
 
64
64
  /opt/anaconda3/lib/python3.8/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw)
65
65
  722 e = ProtocolError("Connection aborted.", e)