输入以下内容时出错:从 IPython.display 导入图像



输入以下内容时出错:

from IPython.display import Image, HTML
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
import pymc # I know folks are switching to "as pm" but I'm just not there yet

您可能没有安装 Seaborn 或 PyMC。显然,它可以通过pip获得。

最新更新