Package: jupyter-notebook Version: 5.4.1-1 Attached is a screen-captured image of the problem that I see.
Also attached is the output from the 'jupyter notebook' command to the terminal. I expected to see icons on the toolbar under the menu, but instead I saw only a rectangle where each icon should be. The mouse-hover text is the only way to see what each button would do. Output of 'uname -a': Linux tevaugha-lt 4.16.0-1-amd64 #1 SMP Debian 4.16.5-1 (2018-04-29) x86_64 GNU/Linux Output of 'ls -l /lib/*/libc.so.6': lrwxrwxrwx 1 root root 12 Mar 29 13:47 /lib/x86_64-linux-gnu/libc.so.6 -> libc-2.27.so -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.16.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages jupyter-notebook depends on: ii jupyter-core 4.4.0-2 ii python3 3.6.5-3 ii python3-notebook 5.4.1-1 jupyter-notebook recommends no packages. jupyter-notebook suggests no packages. -- no debconf information -- Thomas E. Vaughan
$ jupyter notebook [I 09:26:24.553 NotebookApp] Serving notebooks from local directory: /home/tevaugha/Desktop/src/pstan/gyro-cal [I 09:26:24.553 NotebookApp] 0 active kernels [I 09:26:24.553 NotebookApp] The Jupyter Notebook is running at: [I 09:26:24.553 NotebookApp] http://localhost:8888/?token=5c7709b49290d76aec54395b9176fab5f473139d02b249e8 [I 09:26:24.553 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 09:26:24.554 NotebookApp] Copy/paste this URL into your browser when you connect for the first time, to login with a token: http://localhost:8888/?token=5c7709b49290d76aec54395b9176fab5f473139d02b249e8 [I 09:26:28.449 NotebookApp] Accepting one-time-token-authenticated connection from ::1 [E 09:26:28.631 NotebookApp] Uncaught exception GET /api/config/tree?_=1527261988578 (::1) HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/api/config/tree?_=1527261988578', version='HTTP/1.1', remote_ip='::1') Traceback (most recent call last): File "/usr/lib/python3/dist-packages/tornado/web.py", line 1541, in _execute result = method(*self.path_args, **self.path_kwargs) File "/usr/lib/python3/dist-packages/tornado/web.py", line 2949, in wrapper return method(self, *args, **kwargs) File "/usr/lib/python3/dist-packages/notebook/services/config/handlers.py", line 19, in get self.finish(json.dumps(self.config_manager.get(section_name))) File "/usr/lib/python3/dist-packages/notebook/services/config/manager.py", line 25, in get recursive_update(config, cm.get(section_name)) File "/usr/lib/python3/dist-packages/notebook/config_manager.py", line 85, in get recursive_update(data, json.load(f)) File "/usr/lib/python3.6/json/__init__.py", line 299, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) File "/usr/lib/python3.6/json/__init__.py", line 354, in loads return _default_decoder.decode(s) File "/usr/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [W 09:26:28.632 NotebookApp] Unhandled error [E 09:26:28.633 NotebookApp] { "Host": "localhost:8888", "Connection": "keep-alive", "Accept": "application/json, text/javascript, */*; q=0.01", "X-Requested-With": "XMLHttpRequest", "X-Xsrftoken": "2|abb78dd7|f7bd4cd812d0051301e88455e708657f|1527075350", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,like Gecko) Chrome/66.0.3359.181 Safari/537.36", "Referer": "http://localhost:8888/tree", "Accept-Encoding": "gzip, deflate, br", "Accept-Language": "en-US,en;q=0.9", "Cookie": "_xsrf=2|abb78dd7|f7bd4cd812d0051301e88455e708657f|1527075350; username-localhost-8888=\"2|1:0|10:1527261988|23:username-localhost-8888|44:YWRkZGIxMTk5MmExNGNiZDkxNmM3ZTA4OTQ5Yjc4M2Q=|53982762aaf7ce458e5fa1a8930e73c618e298a50480d44ef526410e84faf698\"" } [E 09:26:28.633 NotebookApp] 500 GET /api/config/tree?_=1527261988578 (::1) 3.07ms referer=http://localhost:8888/tree [E 09:26:28.635 NotebookApp] Uncaught exception GET /api/config/common?_=1527261988579 (::1) HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/api/config/common?_=1527261988579', version='HTTP/1.1', remote_ip='::1') Traceback (most recent call last): File "/usr/lib/python3/dist-packages/tornado/web.py", line 1541, in _execute result = method(*self.path_args, **self.path_kwargs) File "/usr/lib/python3/dist-packages/tornado/web.py", line 2949, in wrapper return method(self, *args, **kwargs) File "/usr/lib/python3/dist-packages/notebook/services/config/handlers.py", line 19, in get self.finish(json.dumps(self.config_manager.get(section_name))) File "/usr/lib/python3/dist-packages/notebook/services/config/manager.py", line 25, in get recursive_update(config, cm.get(section_name)) File "/usr/lib/python3/dist-packages/notebook/config_manager.py", line 85, in get recursive_update(data, json.load(f)) File "/usr/lib/python3.6/json/__init__.py", line 299, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) File "/usr/lib/python3.6/json/__init__.py", line 354, in loads return _default_decoder.decode(s) File "/usr/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [W 09:26:28.635 NotebookApp] Unhandled error [E 09:26:28.636 NotebookApp] { "Host": "localhost:8888", "Connection": "keep-alive", "Accept": "application/json, text/javascript, */*; q=0.01", "X-Requested-With": "XMLHttpRequest", "X-Xsrftoken": "2|abb78dd7|f7bd4cd812d0051301e88455e708657f|1527075350", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,like Gecko) Chrome/66.0.3359.181 Safari/537.36", "Referer": "http://localhost:8888/tree", "Accept-Encoding": "gzip, deflate, br", "Accept-Language": "en-US,en;q=0.9", "Cookie": "_xsrf=2|abb78dd7|f7bd4cd812d0051301e88455e708657f|1527075350; username-localhost-8888=\"2|1:0|10:1527261988|23:username-localhost-8888|44:YWRkZGIxMTk5MmExNGNiZDkxNmM3ZTA4OTQ5Yjc4M2Q=|53982762aaf7ce458e5fa1a8930e73c618e298a50480d44ef526410e84faf698\"" } [E 09:26:28.636 NotebookApp] 500 GET /api/config/common?_=1527261988579 (::1) 1.70ms referer=http://localhost:8888/tree [W 09:26:28.654 NotebookApp] 404 GET /static/components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 (::1) 7.07ms referer=http://localhost:8888/static/style/style.min.css?v=a48637e68e6e82e2236e2f71416543be [W 09:26:28.720 NotebookApp] 404 GET /static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 (::1) 1.10ms referer=http://localhost:8888/static/style/style.min.css?v=a48637e68e6e82e2236e2f71416543be [W 09:26:28.749 NotebookApp] 404 GET /static/components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0 (::1) 1.26ms referer=http://localhost:8888/static/style/style.min.css?v=a48637e68e6e82e2236e2f71416543be [E 09:26:40.948 NotebookApp] Uncaught exception GET /api/config/common?_=1527262000836 (::1) HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/api/config/common?_=1527262000836', version='HTTP/1.1', remote_ip='::1') Traceback (most recent call last): File "/usr/lib/python3/dist-packages/tornado/web.py", line 1541, in _execute result = method(*self.path_args, **self.path_kwargs) File "/usr/lib/python3/dist-packages/tornado/web.py", line 2949, in wrapper return method(self, *args, **kwargs) File "/usr/lib/python3/dist-packages/notebook/services/config/handlers.py", line 19, in get self.finish(json.dumps(self.config_manager.get(section_name))) File "/usr/lib/python3/dist-packages/notebook/services/config/manager.py", line 25, in get recursive_update(config, cm.get(section_name)) File "/usr/lib/python3/dist-packages/notebook/config_manager.py", line 85, in get recursive_update(data, json.load(f)) File "/usr/lib/python3.6/json/__init__.py", line 299, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) File "/usr/lib/python3.6/json/__init__.py", line 354, in loads return _default_decoder.decode(s) File "/usr/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [W 09:26:40.949 NotebookApp] Unhandled error [E 09:26:40.949 NotebookApp] { "Host": "localhost:8888", "Connection": "keep-alive", "Accept": "application/json, text/javascript, */*; q=0.01", "X-Requested-With": "XMLHttpRequest", "X-Xsrftoken": "2|abb78dd7|f7bd4cd812d0051301e88455e708657f|1527075350", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36", "Referer": "http://localhost:8888/notebooks/initial-gyro-analysis.ipynb", "Accept-Encoding": "gzip, deflate, br", "Accept-Language": "en-US,en;q=0.9", "Cookie": "_xsrf=2|abb78dd7|f7bd4cd812d0051301e88455e708657f|1527075350; username-localhost-8888=\"2|1:0|10:1527261988|23:username-localhost-8888|44:YWRkZGIxMTk5MmExNGNiZDkxNmM3ZTA4OTQ5Yjc4M2Q=|53982762aaf7ce458e5fa1a8930e73c618e298a50480d44ef526410e84faf698\"" } [E 09:26:40.949 NotebookApp] 500 GET /api/config/common?_=1527262000836 (::1) 2.67ms referer=http://localhost:8888/notebooks/initial-gyro-analysis.ipynb [W 09:26:41.023 NotebookApp] 404 GET /static/components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 (::1) 1.37ms referer=http://localhost:8888/static/style/style.min.css?v=a48637e68e6e82e2236e2f71416543be [W 09:26:41.088 NotebookApp] Notebook initial-gyro-analysis.ipynb is not trusted [W 09:26:41.108 NotebookApp] 404 GET /static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 (::1) 2.00ms referer=http://localhost:8888/static/style/style.min.css?v=a48637e68e6e82e2236e2f71416543be [I 09:26:41.667 NotebookApp] Kernel started: 3199ebdd-09a6-468a-b343-48b6a6c74cd7 [W 09:26:41.675 NotebookApp] 404 GET /static/components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0 (::1) 2.22ms referer=http://localhost:8888/static/style/style.min.css?v=a48637e68e6e82e2236e2f71416543be [I 09:26:43.142 NotebookApp] Adapting to protocol v5.1 for kernel 3199ebdd-09a6-468a-b343-48b6a6c74cd7