You are not logged in.
Hello community, can someone explain to me how to install extensions in Jupyterlab? I’ve just installed Jupyterlab using the ‘extra/jupyterlab’ package. I can’t install any extensions because of the ‘externally-managed-environment’ error.
Last edited by Stermar (2025-12-26 19:31:31)
Offline
Which extensions? It is likely they are either in a repository or the AUR.
ewaller@odin/~% pacman -Ss jupyterlab -q
jupyter-jsmol
jupyter-notebook-shim
jupyter-server
jupyterlab
jupyterlab-autosave-on-focus-change
jupyterlab-lsp
jupyterlab-pygments
jupyterlab-rise
jupyterlab-widgets
python-jupyterlab-server
python-nbdime
ewaller@odin/~% auracle search jupyter -q
almond
cling-jupyter-dev
cling-jupyter-git
common-lisp-jupyter-git
dyalog-jupyter-git
euporie
evcxr_jupyter
gap-jupyterkernel-install
ijavascript
ilua-git
iperl
itypescript
jpterm
jupyter-bash_kernel
jupyter-calysto_prolog-git
jupyter-gnuplot_kernel
jupyter-matlab_kernel
jupyter-matlab_kernel-git
jupyter-nbextension-hide-code
jupyter-nbextension-rise
jupyter-nbgitpuller
jupyter-nbgrader
jupyter-nbgrader-git
jupyter-octave_kernel
jupyter-octave_kernel-git
jupyter-pythreejs
jupyter-singular
jupyter_latex_envs
jupyter_stata_kernel
jupyterhub
jupyterhub-firstuseauthenticator
jupyterhub-idle-culler
jupyterhub-nativeauthenticator
jupyterhub-nativeauthenticator-git
jupyterhub-sudospawner
jupyterhub-systemdspawner
jupyterlab-catppuccin
jupyterlab-desktop-bin
jupyterlab-execute-time
jupyterlab-extension-ipycytoscape
jupyterlab-extension-jupyterlab_git
jupyterlab-git
jupyterlab-language-pack-de-de
jupyterlab-language-pack-no-no
jupyterlab-language-pack-zh-cn
jupyterlab-myst
jupyterlab-pytutor
jupyterlab-quarto
jupyterlab-translate
jupyterlab_code_formatter
jupyterthemes
maxima-jupyter-git
minilang-libs-jupyter
mkdocs-jupyter
nbmanager-git
nbmerge
nbopen
nbpreview
nbqa
nbtopy
neurodeskapp-bin
pari-jupyter
pineapple
porto-python
python-agda-kernel
python-bqplot
python-ckernel
python-coq-jupyter
python-dask-labextension
python-dot-kernel
python-fastprogress
python-hyperspy-gui-ipywidgets
python-iclips
python-ipydatagrid
python-ipydatagrid-git
python-ipynbname
python-ipysheet
python-ipyvolume
python-ipyvue
python-ipyvuetify
python-jupyprint
python-jupyter-book
python-jupyter-cache
python-jupyter-dash
python-jupyter-http-over-ws
python-jupyter-openscad-kernel
python-jupyter-react
python-jupyter-server-proxy
python-jupyter_ascending
python-jupyter_kernel_gateway
python-jupyter_kernel_test
python-jupyter_sphinx
python-jupyter_telemetry
python-jupyterlab-fonts
python-jupyterlab-latex
python-jupyterlab-spellchecker
python-jupyterlab-variableinspector
python-jupyterlab-vim
python-jupyterlite
python-jupytext
python-kernel-driver
python-kotlin-jupyter-kernel
python-mariadb-kernel
python-matrepr
python-matspy
python-nbclean
python-nbopen
python-nbstripout
python-nbterm
python-nbtermix
python-ocp-vscode
python-pelican-jupyter
python-py2nb
python-pytest-jupyterhub
python-qgrid
python-qtconsole-git
python-remote_ikernel
python-sparqlkernel
python-sphinx-jupyterbook-latex
python-spyder-kernels-git
python-svgling
python-tcl_kernel
python-trame-jupyter-extension
python-vpython
python-webgui-jupyter-widgets-bin
python-webio-jupyter-extension
python-ypywidgets
python-zsh-jupyter-kernel
r-irdisplay
r-irkernel
r-quarto
spyder-notebook
spyder-notebook-git
tslab
xeus
xeus-cling
xeus-lua-git
xeus-python
xeus-r
xeus2
xeus3
xwidgets
znote-bin
ewaller@odin/~% Just install them using pacman if they are from the repositories or build and install them using makepkg and Pacman if they are in the AUR.
If they are not in the AUR, you might need to develop or have developed a PKGBUILD.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline