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
ModuleNotFoundError Traceback (most recent call last)
Cell In [34], line 1
----> 1 from openai.embeddings_utils import get_embeddings
File ~/dev/opp/chat-intents/__venv__/lib/python3.9/site-packages/openai/embeddings_utils.py:7
5 import numpy as np
6 import pandas as pd
----> 7 import plotly.express as px
8 from scipy import spatial
9 from sklearn.decomposition import PCA
ModuleNotFoundError: No module named 'plotly'