0% found this document useful (0 votes)
77 views6 pages

HPC Server

The document shows the output of commands run on a Linux system like ifconfig, ls, and starting Jupyter notebook. It lists the network interfaces and starts Jupyter on port 8888.

Uploaded by

191fa04269
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
77 views6 pages

HPC Server

The document shows the output of commands run on a Linux system like ifconfig, ls, and starting Jupyter notebook. It lists the network interfaces and starts Jupyter on port 8888.

Uploaded by

191fa04269
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 6

Last login: Tue Apr 16 14:19:58 on ttys001

pranith@Praniths-MacBook-Air ~ % ssh [email protected]


[email protected]'s password:
Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.15.0-1054-oracle x86_64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
Last login: Tue Apr 16 14:18:36 2024 from 10.10.9.254
(base) demo@compute:~$ cd ~
(base) demo@compute:~$ ls
'New Microsoft Excel Worksheet.xlsx' demo images ram ramesh sample.ipynb shiv_dr
(base) demo@compute:~$
(base) demo@compute:~$ ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.10.118 netmask 255.255.255.0 broadcast 192.168.10.255
inet6 fe80::e643:4bff:fe89:7e10 prefixlen 64 scopeid 0x20<link>
ether e4:43:4b:89:7e:10 txqueuelen 1000 (Ethernet)
RX packets 57138 bytes 4871795 (4.8 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 273 bytes 21546 (21.5 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

eno2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500


inet 192.168.10.120 netmask 255.255.255.0 broadcast 192.168.10.255
inet6 fe80::c80b:afd8:5033:ff24 prefixlen 64 scopeid 0x20<link>
ether e4:43:4b:89:7e:11 txqueuelen 1000 (Ethernet)
RX packets 638435 bytes 922871404 (922.8 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 140776 bytes 19614716 (19.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

eno3: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500


ether e4:43:4b:89:7e:12 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0x9e180000-9e1fffff

eno4: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500


ether e4:43:4b:89:7e:13 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0x9e100000-9e17ffff

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536


inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 77853 bytes 12724872 (12.7 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 77853 bytes 12724872 (12.7 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

(base) demo@compute:~$ jupyter notebook --ip 0.0.0.0


[I 2024-04-16 14:30:37.378 ServerApp] Package notebook took 0.0000s to import
[I 2024-04-16 14:30:37.385 ServerApp] Package jupyter_lsp took 0.0074s to import
[W 2024-04-16 14:30:37.385 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now.
This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 14:30:37.390 ServerApp] Package jupyter_server_terminals took 0.0046s to import
[I 2024-04-16 14:30:37.391 ServerApp] Package jupyterlab took 0.0000s to import
[I 2024-04-16 14:30:37.424 ServerApp] Package notebook_shim took 0.0000s to import
[W 2024-04-16 14:30:37.424 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now
. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 14:30:38.025 ServerApp] Package panel.io.jupyter_server_extension took 0.6002s to import
[I 2024-04-16 14:30:38.025 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-04-16 14:30:38.028 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-04-16 14:30:38.031 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-04-16 14:30:38.034 ServerApp] notebook | extension was successfully linked.
[I 2024-04-16 14:30:38.232 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-04-16 14:30:38.232 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-04-16 14:30:38.243 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-04-16 14:30:38.244 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-04-16 14:30:38.245 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-04-16 14:30:38.246 LabApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.12/site-packages/jupyterlab
[I 2024-04-16 14:30:38.246 LabApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab
[I 2024-04-16 14:30:38.246 LabApp] Extension Manager is 'pypi'.
[I 2024-04-16 14:30:38.247 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-04-16 14:30:38.249 ServerApp] notebook | extension was successfully loaded.
[I 2024-04-16 14:30:38.250 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-04-16 14:30:38.250 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
[I 2024-04-16 14:30:38.250 ServerApp] Jupyter Server 2.10.0 is running at:
[I 2024-04-16 14:30:38.250 ServerApp] http://compute:8888/tree?token=a08323d43a408804a162cdd470acff4acc4f50dccb96c7bb
[I 2024-04-16 14:30:38.250 ServerApp] http://127.0.0.1:8888/tree?token=a08323d43a408804a162cdd470acff4acc4f50dccb96c7bb
[I 2024-04-16 14:30:38.250 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 2024-04-16 14:30:38.251 ServerApp] No web browser found: Error('could not locate runnable browser').
[C 2024-04-16 14:30:38.252 ServerApp]

To access the server, open this file in a browser:


file:///mnt/sdb/users/demo/.local/share/jupyter/runtime/jpserver-149426-open.html
Or copy and paste one of these URLs:
http://compute:8888/tree?token=a08323d43a408804a162cdd470acff4acc4f50dccb96c7bb
http://127.0.0.1:8888/tree?token=a08323d43a408804a162cdd470acff4acc4f50dccb96c7bb
[I 2024-04-16 14:30:38.540 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-serve
r, pyright, python-language-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscod
e-json-languageserver-bin, yaml-language-server
[I 2024-04-16 14:31:20.708 ServerApp] 302 GET / (@10.10.9.254) 0.87ms
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[W 2024-04-16 14:31:54.894 ServerApp] Notebook sample.ipynb is not trusted
[W 2024-04-16 14:31:56.801 ServerApp] Notebook sample.ipynb is not trusted
[I 2024-04-16 14:31:56.989 ServerApp] Kernel started: fcaf464b-4593-4abe-822c-e122d0edef5e
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[I 2024-04-16 14:31:57.594 ServerApp] Connecting to kernel fcaf464b-4593-4abe-822c-e122d0edef5e.
2024-04-16 14:32:28.350502: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different comp
utation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-16 14:32:29.419709: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-04-16 14:32:31.739303: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
[I 2024-04-16 14:32:45.998 ServerApp] Creating new notebook in
[I 2024-04-16 14:33:10.712 ServerApp] Kernel started: 4fb126ca-3f46-403d-96da-42fc790fb8e9
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[I 2024-04-16 14:33:11.246 ServerApp] Connecting to kernel 4fb126ca-3f46-403d-96da-42fc790fb8e9.
[I 2024-04-16 14:33:12.315 ServerApp] Starting buffering for 4fb126ca-3f46-403d-96da-42fc790fb8e9:18b23815-8e36-4c58-ba9d-c12c70ae085a
[W 2024-04-16 14:33:57.604 ServerApp] 404 GET /panel-preview/layout/sample.ipynb?1713258339900 ([email protected]) 12.26ms referer=http://192.168.10.118:8888/notebooks/sample.ip
ynb
[I 2024-04-16 14:33:57.621 ServerApp] Saving file at /sample.ipynb
[I 2024-04-16 14:34:09.423 ServerApp] Starting buffering for fcaf464b-4593-4abe-822c-e122d0edef5e:e1047a61-ffbb-4a69-ad81-33d3ce9e27f6
^C[I 2024-04-16 14:34:18.416 ServerApp] interrupted
[I 2024-04-16 14:34:18.417 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
2 active kernels
Jupyter Server 2.10.0 is running at:
http://compute:8888/tree?token=a08323d43a408804a162cdd470acff4acc4f50dccb96c7bb
http://127.0.0.1:8888/tree?token=a08323d43a408804a162cdd470acff4acc4f50dccb96c7bb
Shutdown this Jupyter server (y/[n])? n
[I 2024-04-16 14:34:21.575 ServerApp] resuming operation...
[I 2024-04-16 14:34:51.029 ServerApp] 302 GET / (@10.10.9.254) 0.70ms
[I 2024-04-16 14:35:04.033 JupyterNotebookApp] 302 GET /tree? (@10.10.9.254) 1.01ms
[I 2024-04-16 14:35:55.731 ServerApp] User 6d94f311f4a64f85a6866aff5a0579d2 logged in.
[I 2024-04-16 14:35:55.732 ServerApp] 302 POST /login?next=%2Ftree%3F ([email protected]) 2.19ms
^C[I 2024-04-16 14:36:25.474 ServerApp] interrupted
[I 2024-04-16 14:36:25.475 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
2 active kernels
Jupyter Server 2.10.0 is running at:
http://compute:8888/tree?token=a08323d43a408804a162cdd470acff4acc4f50dccb96c7bb
http://127.0.0.1:8888/tree?token=a08323d43a408804a162cdd470acff4acc4f50dccb96c7bb
Shutdown this Jupyter server (y/[n])? y
[C 2024-04-16 14:36:26.977 ServerApp] Shutdown confirmed
[I 2024-04-16 14:36:26.978 ServerApp] Shutting down 6 extensions
[I 2024-04-16 14:36:26.979 ServerApp] Shutting down 2 kernels
[I 2024-04-16 14:36:26.980 ServerApp] Kernel shutdown: fcaf464b-4593-4abe-822c-e122d0edef5e
[I 2024-04-16 14:36:26.981 ServerApp] Kernel shutdown: 4fb126ca-3f46-403d-96da-42fc790fb8e9
(base) demo@compute:~$ cd ..
(base) demo@compute:/mnt/sdb/users$ cd jyostn
-bash: cd: jyostn: No such file or directory
(base) demo@compute:/mnt/sdb/users$ cd jyostna
(base) demo@compute:/mnt/sdb/users/jyostna$ ls
(base) demo@compute:/mnt/sdb/users/jyostna$ jupyter notebook --ip 0.0.0.0
[I 2024-04-16 14:37:27.336 ServerApp] Package notebook took 0.0000s to import
[I 2024-04-16 14:37:27.344 ServerApp] Package jupyter_lsp took 0.0070s to import
[W 2024-04-16 14:37:27.344 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now.
This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 14:37:27.348 ServerApp] Package jupyter_server_terminals took 0.0038s to import
[I 2024-04-16 14:37:27.348 ServerApp] Package jupyterlab took 0.0000s to import
[I 2024-04-16 14:37:27.380 ServerApp] Package notebook_shim took 0.0000s to import
[W 2024-04-16 14:37:27.380 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now
. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 14:37:27.943 ServerApp] Package panel.io.jupyter_server_extension took 0.5623s to import
[I 2024-04-16 14:37:27.943 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-04-16 14:37:27.946 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-04-16 14:37:27.949 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-04-16 14:37:27.952 ServerApp] notebook | extension was successfully linked.
[I 2024-04-16 14:37:28.152 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-04-16 14:37:28.152 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-04-16 14:37:28.163 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-04-16 14:37:28.165 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-04-16 14:37:28.165 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-04-16 14:37:28.166 LabApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.12/site-packages/jupyterlab
[I 2024-04-16 14:37:28.166 LabApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab
[I 2024-04-16 14:37:28.167 LabApp] Extension Manager is 'pypi'.
[I 2024-04-16 14:37:28.168 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-04-16 14:37:28.170 ServerApp] notebook | extension was successfully loaded.
[I 2024-04-16 14:37:28.170 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-04-16 14:37:28.170 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/jyostna
[I 2024-04-16 14:37:28.171 ServerApp] Jupyter Server 2.10.0 is running at:
[I 2024-04-16 14:37:28.171 ServerApp] http://compute:8888/tree?token=d4ac5b02f0a467215cf6e6bc079cc7fba6d827ec65d13574
[I 2024-04-16 14:37:28.171 ServerApp] http://127.0.0.1:8888/tree?token=d4ac5b02f0a467215cf6e6bc079cc7fba6d827ec65d13574
[I 2024-04-16 14:37:28.171 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 2024-04-16 14:37:28.172 ServerApp] No web browser found: Error('could not locate runnable browser').
[C 2024-04-16 14:37:28.172 ServerApp]

To access the server, open this file in a browser:


file:///mnt/sdb/users/demo/.local/share/jupyter/runtime/jpserver-155876-open.html
Or copy and paste one of these URLs:
http://compute:8888/tree?token=d4ac5b02f0a467215cf6e6bc079cc7fba6d827ec65d13574
http://127.0.0.1:8888/tree?token=d4ac5b02f0a467215cf6e6bc079cc7fba6d827ec65d13574
[I 2024-04-16 14:37:28.461 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-serve
r, pyright, python-language-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscod
e-json-languageserver-bin, yaml-language-server
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[I 2024-04-16 14:37:52.202 ServerApp] Creating new notebook in
[W 2024-04-16 14:37:52.243 ServerApp] 403 POST /api/contents?1713258574533 (10.10.9.254): Permission denied: Untitled.ipynb
[W 2024-04-16 14:37:52.244 ServerApp] wrote error: 'Permission denied: Untitled.ipynb'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 219, in perm_to_403
yield
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 209, in atomic_writing
with atomic_writing(os_path, *args, **kwargs) as f:
File "/opt/anaconda3/lib/python3.12/contextlib.py", line 137, in __enter__
return next(self.gen)
^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 108, in atomic_writing
fileobj = open(path, "w", encoding=encoding, **kwargs) # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/mnt/sdb/users/jyostna/Untitled.ipynb'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):


File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/handlers.py", line 232, in post
await self._new_untitled(path, type=type, ext=ext)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/handlers.py", line 179, in _new_untitled
model = await ensure_async(
^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_core/utils/__init__.py", line 189, in ensure_async
result = await obj
^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/manager.py", line 976, in new_untitled
return await self.new(model, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/manager.py", line 1002, in new
model = await self.save(model, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/largefilemanager.py", line 133, in save
return await super().save(model, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/filemanager.py", line 914, in save
await self._save_notebook(os_path, nb, capture_validation_error=validation_error)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 402, in _save_notebook
with self.atomic_writing(os_path, encoding="utf-8") as f:
File "/opt/anaconda3/lib/python3.12/contextlib.py", line 137, in __enter__
return next(self.gen)
^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 206, in atomic_writing
with self.perm_to_403(os_path):
File "/opt/anaconda3/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 228, in perm_to_403
raise HTTPError(403, "Permission denied: %s" % path) from e
tornado.web.HTTPError: HTTP 403: Forbidden (Permission denied: Untitled.ipynb)
[W 2024-04-16 14:37:52.246 ServerApp] 403 POST /api/contents?1713258574533 ([email protected]) 45.53ms referer=http://192.168.10.118:8888/tree?
[I 2024-04-16 14:39:17.866 ServerApp] Creating new notebook in
[W 2024-04-16 14:39:17.869 ServerApp] 403 POST /api/contents?1713258660213 (10.10.9.254): Permission denied: Untitled.ipynb
[W 2024-04-16 14:39:17.870 ServerApp] wrote error: 'Permission denied: Untitled.ipynb'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 219, in perm_to_403
yield
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 209, in atomic_writing
with atomic_writing(os_path, *args, **kwargs) as f:
File "/opt/anaconda3/lib/python3.12/contextlib.py", line 137, in __enter__
return next(self.gen)
^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 108, in atomic_writing
fileobj = open(path, "w", encoding=encoding, **kwargs) # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/mnt/sdb/users/jyostna/Untitled.ipynb'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):


File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/handlers.py", line 232, in post
await self._new_untitled(path, type=type, ext=ext)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/handlers.py", line 179, in _new_untitled
model = await ensure_async(
^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_core/utils/__init__.py", line 189, in ensure_async
result = await obj
^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/manager.py", line 976, in new_untitled
return await self.new(model, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/manager.py", line 1002, in new
model = await self.save(model, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/largefilemanager.py", line 133, in save
return await super().save(model, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/filemanager.py", line 914, in save
await self._save_notebook(os_path, nb, capture_validation_error=validation_error)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 402, in _save_notebook
with self.atomic_writing(os_path, encoding="utf-8") as f:
File "/opt/anaconda3/lib/python3.12/contextlib.py", line 137, in __enter__
return next(self.gen)
^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 206, in atomic_writing
with self.perm_to_403(os_path):
File "/opt/anaconda3/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/fileio.py", line 228, in perm_to_403
raise HTTPError(403, "Permission denied: %s" % path) from e
tornado.web.HTTPError: HTTP 403: Forbidden (Permission denied: Untitled.ipynb)
[W 2024-04-16 14:39:17.873 ServerApp] 403 POST /api/contents?1713258660213 ([email protected]) 7.72ms referer=http://192.168.10.118:8888/tree?
^C[I 2024-04-16 14:39:33.142 ServerApp] interrupted
[I 2024-04-16 14:39:33.142 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/jyostna
0 active kernels
Jupyter Server 2.10.0 is running at:
http://compute:8888/tree?token=d4ac5b02f0a467215cf6e6bc079cc7fba6d827ec65d13574
http://127.0.0.1:8888/tree?token=d4ac5b02f0a467215cf6e6bc079cc7fba6d827ec65d13574
Shutdown this Jupyter server (y/[n])? y
[C 2024-04-16 14:39:34.522 ServerApp] Shutdown confirmed
[I 2024-04-16 14:39:34.523 ServerApp] Shutting down 6 extensions
(base) demo@compute:/mnt/sdb/users/jyostna$ cd ..
(base) demo@compute:/mnt/sdb/users$ cd ..
(base) demo@compute:/mnt/sdb$ cd ..
(base) demo@compute:/mnt$ cd ..
(base) demo@compute:/$ cd ~
(base) demo@compute:~$ ls
'New Microsoft Excel Worksheet.xlsx' Untitled.ipynb demo images ram ramesh sample.ipynb shiv_dr
(base) demo@compute:~$ jupyter notebook --ip 0.0.0.0
[I 2024-04-16 14:41:01.386 ServerApp] Package notebook took 0.0000s to import
[I 2024-04-16 14:41:01.393 ServerApp] Package jupyter_lsp took 0.0074s to import
[W 2024-04-16 14:41:01.393 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now.
This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 14:41:01.398 ServerApp] Package jupyter_server_terminals took 0.0041s to import
[I 2024-04-16 14:41:01.398 ServerApp] Package jupyterlab took 0.0000s to import
[I 2024-04-16 14:41:01.431 ServerApp] Package notebook_shim took 0.0000s to import
[W 2024-04-16 14:41:01.431 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now
. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 14:41:01.999 ServerApp] Package panel.io.jupyter_server_extension took 0.5677s to import
[I 2024-04-16 14:41:01.999 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-04-16 14:41:02.002 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-04-16 14:41:02.005 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-04-16 14:41:02.008 ServerApp] notebook | extension was successfully linked.
[I 2024-04-16 14:41:02.212 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-04-16 14:41:02.212 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-04-16 14:41:02.223 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-04-16 14:41:02.225 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-04-16 14:41:02.225 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-04-16 14:41:02.226 LabApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.12/site-packages/jupyterlab
[I 2024-04-16 14:41:02.226 LabApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab
[I 2024-04-16 14:41:02.227 LabApp] Extension Manager is 'pypi'.
[I 2024-04-16 14:41:02.228 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-04-16 14:41:02.230 ServerApp] notebook | extension was successfully loaded.
[I 2024-04-16 14:41:02.230 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-04-16 14:41:02.231 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
[I 2024-04-16 14:41:02.231 ServerApp] Jupyter Server 2.10.0 is running at:
[I 2024-04-16 14:41:02.231 ServerApp] http://compute:8888/tree?token=a8f8dfd94c404319cd7f6be805f520940efae93ed668a2bb
[I 2024-04-16 14:41:02.231 ServerApp] http://127.0.0.1:8888/tree?token=a8f8dfd94c404319cd7f6be805f520940efae93ed668a2bb
[I 2024-04-16 14:41:02.231 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 2024-04-16 14:41:02.232 ServerApp] No web browser found: Error('could not locate runnable browser').
[C 2024-04-16 14:41:02.233 ServerApp]

To access the server, open this file in a browser:


file:///mnt/sdb/users/demo/.local/share/jupyter/runtime/jpserver-159205-open.html
Or copy and paste one of these URLs:
http://compute:8888/tree?token=a8f8dfd94c404319cd7f6be805f520940efae93ed668a2bb
http://127.0.0.1:8888/tree?token=a8f8dfd94c404319cd7f6be805f520940efae93ed668a2bb
[I 2024-04-16 14:41:02.527 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-serve
r, pyright, python-language-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscod
e-json-languageserver-bin, yaml-language-server
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[I 2024-04-16 14:41:17.753 ServerApp] Kernel started: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[I 2024-04-16 14:41:18.210 ServerApp] Connecting to kernel 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2.
[W 2024-04-16 14:43:04.690 ServerApp] 404 GET /api/contents/download?type=file&content=1&format=text&1713258887056 (10.10.9.254): No such file or directory: download
[W 2024-04-16 14:43:04.690 ServerApp] wrote error: 'No such file or directory: download'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/handlers.py", line 121, in get
model = await ensure_async(
^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_core/utils/__init__.py", line 189, in ensure_async
result = await obj
^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/contents/filemanager.py", line 863, in get
raise web.HTTPError(404, "No such file or directory: %s" % path)
tornado.web.HTTPError: HTTP 404: Not Found (No such file or directory: download)
[W 2024-04-16 14:43:04.693 ServerApp] 404 GET /api/contents/download?type=file&content=1&format=text&1713258887056 ([email protected]) 3.43ms referer=http://192.168.10.118:8888/
edit/download?datasetVersionNumber=1
[W 2024-04-16 14:43:18.558 ServerApp] 404 GET /panel-preview/layout/sample.ipynb?1713258900901 ([email protected]) 20.54ms referer=http://192.168.10.118:8888/notebooks/sample.ip
ynb
[I 2024-04-16 14:43:18.573 ServerApp] Saving file at /sample.ipynb
[W 2024-04-16 14:45:19.556 ServerApp] 404 GET /panel-preview/layout/sample.ipynb?1713259021897 ([email protected]) 2.30ms referer=http://192.168.10.118:8888/notebooks/sample.ipy
nb
[I 2024-04-16 14:45:19.590 ServerApp] Saving file at /sample.ipynb
^C[I 2024-04-16 14:45:25.643 ServerApp] interrupted
[I 2024-04-16 14:45:25.643 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
1 active kernel
Jupyter Server 2.10.0 is running at:
http://compute:8888/tree?token=a8f8dfd94c404319cd7f6be805f520940efae93ed668a2bb
http://127.0.0.1:8888/tree?token=a8f8dfd94c404319cd7f6be805f520940efae93ed668a2bb
Shutdown this Jupyter server (y/[n])? y
[C 2024-04-16 14:45:27.088 ServerApp] Shutdown confirmed
[I 2024-04-16 14:45:27.089 ServerApp] Shutting down 6 extensions
[I 2024-04-16 14:45:27.090 ServerApp] Shutting down 1 kernel
[I 2024-04-16 14:45:27.090 ServerApp] Kernel shutdown: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2
(base) demo@compute:~$ ls
'New Microsoft Excel Worksheet.xlsx' Untitled.ipynb creditcard.csv demo 'download?datasetVersionNumber=1' images ram ramesh sample.ipynb shiv_dr
(base) demo@compute:~$ jupyter notebook --ip 0.0.0.0
[I 2024-04-16 14:56:42.643 ServerApp] Package notebook took 0.0000s to import
[I 2024-04-16 14:56:42.650 ServerApp] Package jupyter_lsp took 0.0069s to import
[W 2024-04-16 14:56:42.650 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now.
This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 14:56:42.654 ServerApp] Package jupyter_server_terminals took 0.0038s to import
[I 2024-04-16 14:56:42.654 ServerApp] Package jupyterlab took 0.0000s to import
[I 2024-04-16 14:56:42.686 ServerApp] Package notebook_shim took 0.0000s to import
[W 2024-04-16 14:56:42.686 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now
. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 14:56:43.237 ServerApp] Package panel.io.jupyter_server_extension took 0.5505s to import
[I 2024-04-16 14:56:43.237 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-04-16 14:56:43.240 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-04-16 14:56:43.243 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-04-16 14:56:43.245 ServerApp] notebook | extension was successfully linked.
[I 2024-04-16 14:56:43.438 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-04-16 14:56:43.438 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-04-16 14:56:43.449 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-04-16 14:56:43.450 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-04-16 14:56:43.451 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-04-16 14:56:43.452 LabApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.12/site-packages/jupyterlab
[I 2024-04-16 14:56:43.452 LabApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab
[I 2024-04-16 14:56:43.452 LabApp] Extension Manager is 'pypi'.
[I 2024-04-16 14:56:43.454 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-04-16 14:56:43.456 ServerApp] notebook | extension was successfully loaded.
[I 2024-04-16 14:56:43.456 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-04-16 14:56:43.456 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
[I 2024-04-16 14:56:43.456 ServerApp] Jupyter Server 2.10.0 is running at:
[I 2024-04-16 14:56:43.456 ServerApp] http://compute:8888/tree?token=72e1ca68e3f9cffe23dfd60d88b58ccbef2771158c777709
[I 2024-04-16 14:56:43.456 ServerApp] http://127.0.0.1:8888/tree?token=72e1ca68e3f9cffe23dfd60d88b58ccbef2771158c777709
[I 2024-04-16 14:56:43.456 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 2024-04-16 14:56:43.458 ServerApp] No web browser found: Error('could not locate runnable browser').
[C 2024-04-16 14:56:43.458 ServerApp]

To access the server, open this file in a browser:


file:///mnt/sdb/users/demo/.local/share/jupyter/runtime/jpserver-173667-open.html
Or copy and paste one of these URLs:
http://compute:8888/tree?token=72e1ca68e3f9cffe23dfd60d88b58ccbef2771158c777709
http://127.0.0.1:8888/tree?token=72e1ca68e3f9cffe23dfd60d88b58ccbef2771158c777709
[I 2024-04-16 14:56:43.743 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-serve
r, pyright, python-language-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscod
e-json-languageserver-bin, yaml-language-server
[I 2024-04-16 14:56:52.970 ServerApp] Uploading file to /sift-feature extraction.ipynb
[I 2024-04-16 14:56:53.149 ServerApp] Saving file at /sift-feature extraction.ipynb
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[W 2024-04-16 14:56:54.437 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2?1713259716894 (10.10.9.254): Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2
[W 2024-04-16 14:56:54.437 ServerApp] wrote error: 'Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2)
[W 2024-04-16 14:56:54.441 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2?1713259716894 ([email protected]) 5.66ms referer=http://192.168.10.118:8888/noteb
ooks/sample.ipynb
[W 2024-04-16 14:56:55.477 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2/channels?session_id=160ce464-c55c-4c20-b587-be73239692d6 (10.10.9.254): Kernel does not exist: 0b1453c0-aa70
-4f9d-a9d2-2f533bf171b2
[W 2024-04-16 14:56:55.496 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2/channels?session_id=160ce464-c55c-4c20-b587-be73239692d6 ([email protected]) 20.1
5ms referer=None
[W 2024-04-16 14:56:55.507 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2?1713259717969 (10.10.9.254): Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2
[W 2024-04-16 14:56:55.507 ServerApp] wrote error: 'Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2)
[W 2024-04-16 14:56:55.508 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2?1713259717969 ([email protected]) 0.86ms referer=http://192.168.10.118:8888/noteb
ooks/sample.ipynb
[W 2024-04-16 14:56:57.452 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2/channels?session_id=160ce464-c55c-4c20-b587-be73239692d6 (10.10.9.254): Kernel does not exist: 0b1453c0-aa70
-4f9d-a9d2-2f533bf171b2
[W 2024-04-16 14:56:57.454 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2/channels?session_id=160ce464-c55c-4c20-b587-be73239692d6 ([email protected]) 2.42
ms referer=None
[W 2024-04-16 14:56:57.472 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2?1713259719928 (10.10.9.254): Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2
[W 2024-04-16 14:56:57.473 ServerApp] wrote error: 'Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2)
[W 2024-04-16 14:56:57.474 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2?1713259719928 ([email protected]) 2.47ms referer=http://192.168.10.118:8888/noteb
ooks/sample.ipynb
[W 2024-04-16 14:56:57.783 ServerApp] Notebook sift-feature extraction.ipynb is not trusted
[W 2024-04-16 14:56:59.607 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2/channels?session_id=160ce464-c55c-4c20-b587-be73239692d6 (10.10.9.254): Kernel does not exist: 0b1453c0-aa70
-4f9d-a9d2-2f533bf171b2
[W 2024-04-16 14:56:59.609 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2/channels?session_id=160ce464-c55c-4c20-b587-be73239692d6 ([email protected]) 2.95
ms referer=None
[W 2024-04-16 14:56:59.755 ServerApp] Notebook sift-feature extraction.ipynb is not trusted
[W 2024-04-16 14:56:59.768 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2?1713259722083 (10.10.9.254): Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2
[W 2024-04-16 14:56:59.768 ServerApp] wrote error: 'Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 0b1453c0-aa70-4f9d-a9d2-2f533bf171b2)
[W 2024-04-16 14:56:59.769 ServerApp] 404 GET /api/kernels/0b1453c0-aa70-4f9d-a9d2-2f533bf171b2?1713259722083 ([email protected]) 1.80ms referer=http://192.168.10.118:8888/noteb
ooks/sample.ipynb
[I 2024-04-16 14:57:08.415 ServerApp] Kernel started: 67a99397-81a9-46a3-bb45-dbf949fce449
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[I 2024-04-16 14:57:08.867 ServerApp] Connecting to kernel 67a99397-81a9-46a3-bb45-dbf949fce449.
[W 2024-04-16 14:59:07.952 ServerApp] 404 GET /panel-preview/layout/sift-feature%20extraction.ipynb?1713259850425 ([email protected]) 3.02ms referer=http://192.168.10.118:8888/n
otebooks/sift-feature%20extraction.ipynb
[I 2024-04-16 14:59:08.341 ServerApp] Saving file at /sift-feature extraction.ipynb
[W 2024-04-16 14:59:08.341 ServerApp] Notebook sift-feature extraction.ipynb is not trusted
[I 2024-04-16 15:00:58.510 ServerApp] Uploading file to /tiger.jpeg
[W 2024-04-16 15:01:08.401 ServerApp] 404 GET /panel-preview/layout/sift-feature%20extraction.ipynb?1713259970888 ([email protected]) 2.60ms referer=http://192.168.10.118:8888/n
otebooks/sift-feature%20extraction.ipynb
[I 2024-04-16 15:01:08.584 ServerApp] Saving file at /sift-feature extraction.ipynb
[W 2024-04-16 15:01:08.585 ServerApp] Notebook sift-feature extraction.ipynb is not trusted
[ WARN:[email protected]] global loadsave.cpp:248 findDecoder imread_('/tiger.jpeg'): can't open/read file: check file path/integrity
[W 2024-04-16 15:03:08.633 ServerApp] 404 GET /panel-preview/layout/sift-feature%20extraction.ipynb?1713260091130 ([email protected]) 3.18ms referer=http://192.168.10.118:8888/n
otebooks/sift-feature%20extraction.ipynb
[I 2024-04-16 15:03:08.942 ServerApp] Saving file at /sift-feature extraction.ipynb
[W 2024-04-16 15:03:08.942 ServerApp] Notebook sift-feature extraction.ipynb is not trusted
^C[I 2024-04-16 15:04:16.890 ServerApp] interrupted
[I 2024-04-16 15:04:16.891 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
1 active kernel
Jupyter Server 2.10.0 is running at:
http://compute:8888/tree?token=72e1ca68e3f9cffe23dfd60d88b58ccbef2771158c777709
http://127.0.0.1:8888/tree?token=72e1ca68e3f9cffe23dfd60d88b58ccbef2771158c777709
Shutdown this Jupyter server (y/[n])? y
[C 2024-04-16 15:04:18.063 ServerApp] Shutdown confirmed
[I 2024-04-16 15:04:18.064 ServerApp] Shutting down 6 extensions
[I 2024-04-16 15:04:18.065 ServerApp] Shutting down 1 kernel
[I 2024-04-16 15:04:18.065 ServerApp] Kernel shutdown: 67a99397-81a9-46a3-bb45-dbf949fce449
(base) demo@compute:~$ ls
'New Microsoft Excel Worksheet.xlsx' creditcard.csv 'download?datasetVersionNumber=1' ram sample.ipynb 'sift-feature extraction.ipynb'
Untitled.ipynb demo images ramesh shiv_dr tiger.jpeg
(base) demo@compute:~$ cd ..
(base) demo@compute:/mnt/sdb/users$ cd ...
-bash: cd: ...: No such file or directory
(base) demo@compute:/mnt/sdb/users$ cd ..
(base) demo@compute:/mnt/sdb$ cd ..
(base) demo@compute:/mnt$ cd ..
(base) demo@compute:/$
(base) demo@compute:/$
(base) demo@compute:/$
(base) demo@compute:/$
(base) demo@compute:/$ ls
bin boot cdrom core dev etc home lib lib32 lib64 libx32 lost+found media mnt opt path proc root run sbin srv swapfile sys tmp usr var
(base) demo@compute:/$ cd ~
(base) demo@compute:~$ ls
'New Microsoft Excel Worksheet.xlsx' creditcard.csv 'download?datasetVersionNumber=1' ram sample.ipynb 'sift-feature extraction.ipynb'
Untitled.ipynb demo images ramesh shiv_dr tiger.jpeg
(base) demo@compute:~$ jupyter notebook --ip 0.0.0.0
[I 2024-04-16 15:09:05.606 ServerApp] Package notebook took 0.0000s to import
[I 2024-04-16 15:09:05.613 ServerApp] Package jupyter_lsp took 0.0070s to import
[W 2024-04-16 15:09:05.613 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now.
This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 15:09:05.617 ServerApp] Package jupyter_server_terminals took 0.0039s to import
[I 2024-04-16 15:09:05.617 ServerApp] Package jupyterlab took 0.0000s to import
[I 2024-04-16 15:09:05.650 ServerApp] Package notebook_shim took 0.0000s to import
[W 2024-04-16 15:09:05.650 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now
. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 15:09:06.221 ServerApp] Package panel.io.jupyter_server_extension took 0.5708s to import
[I 2024-04-16 15:09:06.221 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-04-16 15:09:06.224 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-04-16 15:09:06.227 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-04-16 15:09:06.230 ServerApp] notebook | extension was successfully linked.
[I 2024-04-16 15:09:06.439 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-04-16 15:09:06.439 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-04-16 15:09:06.450 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-04-16 15:09:06.451 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-04-16 15:09:06.452 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-04-16 15:09:06.453 LabApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.12/site-packages/jupyterlab
[I 2024-04-16 15:09:06.453 LabApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab
[I 2024-04-16 15:09:06.453 LabApp] Extension Manager is 'pypi'.
[I 2024-04-16 15:09:06.455 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-04-16 15:09:06.456 ServerApp] notebook | extension was successfully loaded.
[I 2024-04-16 15:09:06.457 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-04-16 15:09:06.457 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
[I 2024-04-16 15:09:06.457 ServerApp] Jupyter Server 2.10.0 is running at:
[I 2024-04-16 15:09:06.457 ServerApp] http://compute:8888/tree?token=1b99f9882cc84bcc348a7896ece892cd830bb868f010efe5
[I 2024-04-16 15:09:06.457 ServerApp] http://127.0.0.1:8888/tree?token=1b99f9882cc84bcc348a7896ece892cd830bb868f010efe5
[I 2024-04-16 15:09:06.457 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 2024-04-16 15:09:06.459 ServerApp] No web browser found: Error('could not locate runnable browser').
[C 2024-04-16 15:09:06.459 ServerApp]

To access the server, open this file in a browser:


file:///mnt/sdb/users/demo/.local/share/jupyter/runtime/jpserver-186023-open.html
Or copy and paste one of these URLs:
http://compute:8888/tree?token=1b99f9882cc84bcc348a7896ece892cd830bb868f010efe5
http://127.0.0.1:8888/tree?token=1b99f9882cc84bcc348a7896ece892cd830bb868f010efe5
[I 2024-04-16 15:09:06.754 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-serve
r, pyright, python-language-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscod
e-json-languageserver-bin, yaml-language-server
[W 2024-04-16 15:09:10.880 ServerApp] delete /Untitled.ipynb
[W 2024-04-16 15:09:10.921 ServerApp] delete /download?datasetVersionNumber=1
[W 2024-04-16 15:09:11.066 ServerApp] delete /New Microsoft Excel Worksheet.xlsx
[W 2024-04-16 15:09:15.360 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260457897 (10.10.9.254): Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:15.361 ServerApp] wrote error: 'Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449)
[W 2024-04-16 15:09:15.364 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260457897 ([email protected]) 4.88ms referer=http://192.168.10.118:8888/noteb
ooks/sift-feature%20extraction.ipynb
[W 2024-04-16 15:09:16.455 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 (10.10.9.254): Kernel does not exist: 67a99397-81a9
-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:16.474 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 ([email protected]) 20.0
7ms referer=None
[W 2024-04-16 15:09:16.533 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260459070 (10.10.9.254): Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:16.533 ServerApp] wrote error: 'Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449)
[W 2024-04-16 15:09:16.535 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260459070 ([email protected]) 2.60ms referer=http://192.168.10.118:8888/noteb
ooks/sift-feature%20extraction.ipynb
[W 2024-04-16 15:09:18.397 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 (10.10.9.254): Kernel does not exist: 67a99397-81a9
-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:18.399 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 ([email protected]) 2.35
ms referer=None
[W 2024-04-16 15:09:18.452 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260460981 (10.10.9.254): Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:18.452 ServerApp] wrote error: 'Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449)
[W 2024-04-16 15:09:18.454 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260460981 ([email protected]) 2.57ms referer=http://192.168.10.118:8888/noteb
ooks/sift-feature%20extraction.ipynb
[W 2024-04-16 15:09:23.432 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 (10.10.9.254): Kernel does not exist: 67a99397-81a9
-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:23.433 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 ([email protected]) 2.33
ms referer=None
[W 2024-04-16 15:09:23.453 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260465995 (10.10.9.254): Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:23.453 ServerApp] wrote error: 'Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449)
[W 2024-04-16 15:09:23.454 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260465995 ([email protected]) 2.49ms referer=http://192.168.10.118:8888/noteb
ooks/sift-feature%20extraction.ipynb
[W 2024-04-16 15:09:24.383 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 (10.10.9.254): Kernel does not exist: 67a99397-81a9
-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:24.385 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 ([email protected]) 2.38
ms referer=None
[W 2024-04-16 15:09:24.407 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260466941 (10.10.9.254): Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:24.408 ServerApp] wrote error: 'Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449)
[W 2024-04-16 15:09:24.409 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260466941 ([email protected]) 2.73ms referer=http://192.168.10.118:8888/noteb
ooks/sift-feature%20extraction.ipynb
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
[W 2024-04-16 15:09:42.383 ServerApp] delete /demo
[W 2024-04-16 15:09:55.402 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 (10.10.9.254): Kernel does not exist: 67a99397-81a9
-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:55.405 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 ([email protected]) 3.33
ms referer=None
[W 2024-04-16 15:09:55.460 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260498005 (10.10.9.254): Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449
[W 2024-04-16 15:09:55.460 ServerApp] wrote error: 'Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449)
[W 2024-04-16 15:09:55.462 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260498005 ([email protected]) 3.48ms referer=http://192.168.10.118:8888/noteb
ooks/sift-feature%20extraction.ipynb
[W 2024-04-16 15:10:10.379 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 (10.10.9.254): Kernel does not exist: 67a99397-81a9
-46a3-bb45-dbf949fce449
[W 2024-04-16 15:10:10.380 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449/channels?session_id=d27c2403-0d4d-48b3-982c-3aace90902e9 ([email protected]) 1.99
ms referer=None
[W 2024-04-16 15:10:10.395 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260512940 (10.10.9.254): Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449
[W 2024-04-16 15:10:10.396 ServerApp] wrote error: 'Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449'
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/tornado/web.py", line 1786, in _execute
result = await result
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/handlers.py", line 75, in get
model = await ensure_async(km.kernel_model(kernel_id))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 500, in kernel_model
self._check_kernel_id(kernel_id)
File "/opt/anaconda3/lib/python3.12/site-packages/jupyter_server/services/kernels/kernelmanager.py", line 531, in _check_kernel_id
raise web.HTTPError(404, "Kernel does not exist: %s" % kernel_id)
tornado.web.HTTPError: HTTP 404: Not Found (Kernel does not exist: 67a99397-81a9-46a3-bb45-dbf949fce449)
[W 2024-04-16 15:10:10.397 ServerApp] 404 GET /api/kernels/67a99397-81a9-46a3-bb45-dbf949fce449?1713260512940 ([email protected]) 2.77ms referer=http://192.168.10.118:8888/noteb
ooks/sift-feature%20extraction.ipynb
[W 2024-04-16 15:10:32.220 ServerApp] delete /shiv_dr
^C[I 2024-04-16 15:13:36.461 ServerApp] interrupted
[I 2024-04-16 15:13:36.461 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
0 active kernels
Jupyter Server 2.10.0 is running at:
http://compute:8888/tree?token=1b99f9882cc84bcc348a7896ece892cd830bb868f010efe5
http://127.0.0.1:8888/tree?token=1b99f9882cc84bcc348a7896ece892cd830bb868f010efe5
Shutdown this Jupyter server (y/[n])? y
[C 2024-04-16 15:13:37.620 ServerApp] Shutdown confirmed
[I 2024-04-16 15:13:37.622 ServerApp] Shutting down 6 extensions
(base) demo@compute:~$ sudo apt-get install gpupg
[sudo] password for demo:
Sorry, try again.
[sudo] password for demo:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gpupg
(base) demo@compute:~$ sudo install gpupg
install: missing destination file operand after 'gpupg'
Try 'install --help' for more information.
(base) demo@compute:~$ sudo install gpupg /~
install: cannot stat 'gpupg': No such file or directory
(base) demo@compute:~$ ls
creditcard.csv images ram ramesh sample.ipynb 'sift-feature extraction.ipynb' tiger.jpeg
(base) demo@compute:~$ jupyter notebook --ip 0.0.0.0
[I 2024-04-16 15:17:11.525 ServerApp] Package notebook took 0.0000s to import
[I 2024-04-16 15:17:11.533 ServerApp] Package jupyter_lsp took 0.0070s to import
[W 2024-04-16 15:17:11.533 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now.
This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 15:17:11.537 ServerApp] Package jupyter_server_terminals took 0.0038s to import
[I 2024-04-16 15:17:11.537 ServerApp] Package jupyterlab took 0.0000s to import
[I 2024-04-16 15:17:11.569 ServerApp] Package notebook_shim took 0.0000s to import
[W 2024-04-16 15:17:11.569 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now
. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-04-16 15:17:12.122 ServerApp] Package panel.io.jupyter_server_extension took 0.5531s to import
[I 2024-04-16 15:17:12.122 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-04-16 15:17:12.125 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-04-16 15:17:12.128 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-04-16 15:17:12.131 ServerApp] notebook | extension was successfully linked.
[I 2024-04-16 15:17:12.323 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-04-16 15:17:12.323 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-04-16 15:17:12.334 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-04-16 15:17:12.335 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-04-16 15:17:12.336 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-04-16 15:17:12.337 LabApp] JupyterLab extension loaded from /opt/anaconda3/lib/python3.12/site-packages/jupyterlab
[I 2024-04-16 15:17:12.337 LabApp] JupyterLab application directory is /opt/anaconda3/share/jupyter/lab
[I 2024-04-16 15:17:12.337 LabApp] Extension Manager is 'pypi'.
[I 2024-04-16 15:17:12.339 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-04-16 15:17:12.341 ServerApp] notebook | extension was successfully loaded.
[I 2024-04-16 15:17:12.341 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-04-16 15:17:12.341 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
[I 2024-04-16 15:17:12.341 ServerApp] Jupyter Server 2.10.0 is running at:
[I 2024-04-16 15:17:12.341 ServerApp] http://compute:8888/tree?token=edd784821a4a7bd36925eb6c6f8eeeb35c000e7af8bd57e3
[I 2024-04-16 15:17:12.341 ServerApp] http://127.0.0.1:8888/tree?token=edd784821a4a7bd36925eb6c6f8eeeb35c000e7af8bd57e3
[I 2024-04-16 15:17:12.342 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 2024-04-16 15:17:12.343 ServerApp] No web browser found: Error('could not locate runnable browser').
[C 2024-04-16 15:17:12.343 ServerApp]

To access the server, open this file in a browser:


file:///mnt/sdb/users/demo/.local/share/jupyter/runtime/jpserver-193403-open.html
Or copy and paste one of these URLs:
http://compute:8888/tree?token=edd784821a4a7bd36925eb6c6f8eeeb35c000e7af8bd57e3
http://127.0.0.1:8888/tree?token=edd784821a4a7bd36925eb6c6f8eeeb35c000e7af8bd57e3
[I 2024-04-16 15:17:12.628 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-serve
r, pyright, python-language-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscod
e-json-languageserver-bin, yaml-language-server
[I 2024-04-16 15:20:11.647 ServerApp] 302 GET / (@10.10.12.169) 0.87ms
[I 2024-04-16 15:20:11.665 JupyterNotebookApp] 302 GET /tree? (@10.10.12.169) 1.11ms
^C[I 2024-04-16 15:25:12.207 ServerApp] interrupted
[I 2024-04-16 15:25:12.208 ServerApp] Serving notebooks from local directory: /mnt/sdb/users/demo
0 active kernels
Jupyter Server 2.10.0 is running at:
http://compute:8888/tree?token=edd784821a4a7bd36925eb6c6f8eeeb35c000e7af8bd57e3
http://127.0.0.1:8888/tree?token=edd784821a4a7bd36925eb6c6f8eeeb35c000e7af8bd57e3
Shutdown this Jupyter server (y/[n])? y
[C 2024-04-16 15:25:14.197 ServerApp] Shutdown confirmed
[I 2024-04-16 15:25:14.198 ServerApp] Shutting down 6 extensions
(base) demo@compute:~$ exit
logout
Connection to 192.168.10.118 closed.
pranith@Praniths-MacBook-Air ~ %

You might also like