На ванильном Python:
Код: Выделить всё
(venv_jupyter) lucas@karaboudjan:~/.instalados/venv_jupyter$ which python
/home/lucas/.instalados/venv_jupyter/bin/python
(venv_jupyter) lucas@karaboudjan:~/.instalados/venv_jupyter$ python
Python 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import plot_likert
>>>
Код: Выделить всё
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 4
2 import matplotlib.pyplot as plt
3 import seaborn as sns
----> 4 import plot_likert
5 health = pd.read_csv('health_concerns.csv')
6 health.head()
ModuleNotFoundError: No module named 'plot_likert'
Подробнее здесь: https://stackoverflow.com/questions/792 ... upyter-lab