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
→ connected lamindb: laminlabs/lamindata
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.12/dist-packages/lamindb/__init__.py", line 98, in <module>
from ._view import view
File "/usr/local/lib/python3.12/dist-packages/lamindb/_view.py", line 8, in <module>
from IPython.display import HTML, display
ModuleNotFoundError: No module named 'IPython'
The text was updated successfully, but these errors were encountered:
Report
It turns out IPython might not always be installed, but lamindb expects that it is.
Example:
Inside the docker:
Which results in:
The text was updated successfully, but these errors were encountered: