cufflinks make charts

I participated in eikon api class and learned to use cufflinks to draw charts with eikon data.However,recently when I use cufflinks I find the chart cannot be shown on jupyter notebook.I try to change the internet explorer but still fail to draw.The code is as follows.Can you help me?

image


Best Answer

  • @YanHan

    This forums is dedicated to Refinitiv APIs. I don't think moderators on this forum can help you with this issue, because it's not related to any Refinitiv software, and because we cannot reproduce it. You may try your luck on Stackoverflow or other thematic forums. But frankly, it's probably much easier to rebuild your dev environment or create a new one. If the issue persists after you rebuild your dev environment, you may want to log it on cufflinks project site on Github.

Answers

  • @YanHan Can you include your import statements and tell us what plotly versions you are using. Thanks.

  • Hello,pls see my code and I've upgraded plotli to the newest version.However,cufflinks cannot work.


    import pandas as pd

    import cufflinks as cf

    import os

    import numpy as np

    cf.set_config_file(offline=True)


    1630484456383.png