You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing a package, it is customary to expect all its external dependencies to be pulled in implicitly. However, the dependencies on seaborn and tqdm are not. For instance, I create the following virtual environment, on a Bourne-compatible shell, and start Jupyter Lab:
The first time, it raises an exception saying that package seaborn cannot be imported. I pip-install Seaborn, then restart the kernel and retry. This time, the same import cell raises that package tqdm cannot be imported.
The solution would be to add these two packages to the formal dependencies of jupyter-scatter.