Installing ipywidgets

Hi all,
i am unable to get from ipywidgets import * running. I’ve tried installing it via pip using: pip install ipywidgets --user and pip install ipywidgets --no-cache-dir --user and i get a reponse that

Installing collected packages: widgetsnbextension, jupyterlab-widgets, ipywidgets
Successfully installed ipywidgets-8.0.6 jupyterlab-widgets-3.0.7 widgetsnbextension-4.0.7

however, when i look at the installed packages, ipywidgets remains not installed. when running jupyter --version

Any help here would be great.

i also tried the solution from Error when installing tensorflow - Replit Help - Replit Ask however, was not able to get ipywidges installed.

my current error messages:

Do !pip install ipywidgets —user instead of !pip install ipywidgets —no-cache-dir —user. I’m pretty sure that your current command hides the package for future use instead of making it available.

1 Like