Bonjour,
J’essaie de me mettre aux jupyter notebooks. Je n’arrive pas à comprendre comment fonctionnent les extensions.
La documentation indique d’utiliser pip ou conda. Mais pip et conda ne sont censés être utilisés que dans des environnement virtuels. J’imagine qu’ils n’ont quand même pas prévus qu’on allait refaire toute la config à chaque nouveau projet ?
Si j’essaie de lancer pip en dehons d’un venv, bien évidement l’os gueule :
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try 'pacman -S
python-xyz', where xyz is the package you are trying to
install.
If you wish to install a non-Arch-packaged Python package,
create a virtual environment using 'python -m venv path/to/venv'.
Then use path/to/venv/bin/python and path/to/venv/bin/pip.
If you wish to install a non-Arch packaged Python application,
it may be easiest to use 'pipx install xyz', which will manage a
virtual environment for you. Make sure you have python-pipx
installed via pacman.
Quelle est la méthode propre pour gérer les plugin de jupyterlab ?
+0
-0