Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

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?


eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-api
1623035996611.png (19.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@YanHan

Do you still need help with this? If yes, could you please provide the details @jason.ramchandani asked for?

@YanHan

Hi,

Please let us know if you have any updates on this question.

If it is still an issue, please post again to offer further insight into your question.

Regards,

AHS

Hello @YanHan ,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

Upvotes
Accepted
39.4k 77 11 27

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
10.2k 18 6 9

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 0 1

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


1630484456383.png (22.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.