やったこと
python
1import pandas as pd 2from pandas_highcharts.display import display_charts 3df = pd.DataFrame([1, 2, 3], index=[list('abc')]) 4display_charts(df, kind='bar', figsize=(300, 200))
エラー
Javascript error adding output! ReferenceError: Highcharts is not defined See your browser Javascript console for more details.
環境
- jupyter-client=4.4.0
- python=3.5.2
- pandas-highcharts=0.5.2
補足
- python-highcharts のときは正常に動作

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/01/20 08:40
2017/01/20 11:46