使用 pycharm/jupyter/hvplot 时目前不支持输出类型

Output type is currently not supported when using pycharm/jupyter/hvplot

我在 pycharm 中使用 jupyter。当我尝试使用 hvplot 绘制数据时,我收到一条错误消息“当前不支持输出类型”。我假设 pycharm 不支持 javascript。有谁知道如何解决这个问题? 我的代码是这样的:

import pandas
import hvplot.pandas

df = pd.read_csv(fle)
df.hvplot(x='x label', y=['y label 1', 'y label 2'])

此问题在 PyCharm 2021.3 中已过时,其中引入了新的 Jupyter 支持。这里是对应的票https://youtrack.jetbrains.com/issue/PY-48538.

2021.3 候选版本 (RC) 可在此处获取 https://www.jetbrains.com/pycharm/nextversion/