1. On Windows 10 laptop with Anaconda with Python 3.6 and old Spyder, execute conda update qt pyqt, then conda update spyder. Next execute pip install spyder-notebook. I see the "Notebook" tab and click it. The welcome and untitled0 tabs display. I enter a trivial program in untitled0 (whose font is infinitesimally small) and run, and I get an error. I quit Spyder and restart. Now the untitled0 tab is a big blank sheet into which I cannot enter any text. After a while of not touching the laptop the error below occurs.
File "C:\Anaconda3\lib\site-packages\requests\packages\urllib3\connection.py", line 141, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "C:\Anaconda3\lib\site-packages\requests\packages\urllib3\util\connection.py", line 83, in create_connection
raise err
File "C:\Anaconda3\lib\site-packages\requests\packages\urllib3\util\connection.py", line 73, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
Traceback (most recent call last):
File "C:\Anaconda3\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 600, in urlopen
chunked=chunked)
File "C:\Anaconda3\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 356, in _make_request
conn.request(method, url, **httplib_request_kw)
File "C:\Anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(messa