Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Install/Uninstall Jupyter/Lab Extensions
Install a Jupyter/Lab extension.
pip3 install extension_name
Unnstall a Jupyter/Lab extension.
pip3 uninstall extension_name
Enable an installed Jupyter/Lab extension. Note: An extension is …