Installing Jupyter Notebook/Jupyter Lab

Hi there,

Sorry to bother you but I was wondering why when I install jupyter Notebook/ Jupyter Lab, I am still not sure this happens.

sudo pacman -S jupyterlab #input
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: python-ipykernel will be installed before its python-jupyter_client dependency
warning: dependency cycle detected:
warning: jupyter-notebook will be installed before its jupyter-nbconvert dependency

Packages (65) c-ares-1.18.1-1  ipython-7.29.0-1  jupyter-4.6.3-3  jupyter-nbclassic-0.3.4-1
jupyter-nbclient-0.5.4-1  jupyter-nbconvert-6.1.0-2  jupyter-nbformat-5.1.3-1
jupyter-notebook-6.4.4-1  jupyter-server-1.12.0-1  jupyter-widgetsnbextension-1:3.5.1-3
jupyter_console-6.4.0-1  jupyterlab_pygments-0.1.2-2  mathjax2-2.7.9-1  nodejs-17.1.0-2
python-anyio-3.3.4-1  python-argon2_cffi-21.1.0-1  python-async_generator-1.10-5
python-attrs-21.2.0-1  python-babel-2.9.1-1  python-backcall-0.2.0-4  python-bleach-4.1.0-1
python-cffi-1.14.6-2  python-debugpy-1.5.1-1  python-decorator-5.1.0-1
python-defusedxml-0.7.1-2  python-deprecation-2.1.0-3  python-entrypoints-0.3-6
python-ipykernel-6.5.1-1  python-ipywidgets-7.6.5-1  python-jedi-0.18.0-2  python-jinja-3.0.3-1
python-json5-0.9.6-1  python-jsonschema-3.2.0-4  python-jupyter_client-7.1.0-1
python-jupyter_core-4.9.1-1  python-jupyter_packaging-0.11.1-1
python-jupyterlab_server-2.8.2-1  python-matplotlib-inline-0.1.3-1  python-mistune1-0.8.4-2
python-nest_asyncio-1.5.1-1  python-pandocfilters-1.4.3-3  python-parso-1:0.8.2-1
python-pexpect-4.8.0-4  python-pickleshare-0.7.5-6  python-prometheus_client-0.11.0-1
python-prompt_toolkit-3.0.22-1  python-ptyprocess-0.7.0-2  python-pycparser-2.20-3
python-pygments-2.10.0-1  python-pyrsistent-0.18.0-1  python-pytz-2021.3-2
python-pyzmq-22.2.1-1  python-requests-unixsocket-0.2.0-4  python-send2trash-1.8.0-1
python-sniffio-1.2.0-3  python-terminado-0.11.1-1  python-testpath-0.5.0-1
python-tomlkit-0.7.2-1  python-tornado-6.1.0-3  python-traitlets-5.1.0-1
python-wcwidth-0.2.5-3  python-webencodings-0.5.1-6  python-websocket-client-0.59.0-1
python-wheel-0.37.0-2  jupyterlab-3.2.4-1

Total Download Size:    10.78 MiB
Total Installed Size:  216.12 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
jupyterlab-3.2.4-1-any is up to date
jupyter-widgetsnbextension-1:3.5...   857.6 KiB  51.4 KiB/s 00:17 [------------------------------------] 100%
python-jedi-0.18.0-2-any              955.9 KiB  39.1 KiB/s 00:24 [------------------------------------] 100%
python-tornado-6.1.0-3-x86_64         637.4 KiB  49.8 KiB/s 00:13 [------------------------------------] 100%
ipython-7.29.0-1-any                 1067.2 KiB  41.3 KiB/s 00:26 [------------------------------------] 100%
python-prompt_toolkit-3.0.22-1-any    548.7 KiB  33.7 KiB/s 00:16 [------------------------------------] 100%
python-debugpy-1.5.1-1-x86_64        1865.5 KiB  43.8 KiB/s 00:43 [------------------------------------] 100%
Total ( 7/60)                          10.8 MiB   257 KiB/s 00:43 [------------------------------------] 100%
error: failed retrieving file 'python-tornado-6.1.0-3-x86_64.pkg.tar.zst' from archlinux.thaller.ws : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed retrieving file 'jupyter-widgetsnbextension-1:3.5.1-3-any.pkg.tar.zst.sig' from archlinux.thaller.ws : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
warning: failed to retrieve some files
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.

Thank you so much for any help. I think it might be an issue with updating the system but I am quite new to this.

Cheers

Have you tried update before that?

3 Likes

Use always

sudo pacman -Syu app_name

if you

And best for

use

update

in terminal.

3 Likes

Thank you so much this works for me!

Cheers