-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I'm running some python 3 code in a juypter notebook and I tried to to do
from cryptocompy import coin, top
top.get_top_coins("USD", 10)
However I'm getting this error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-30-d1a747a58826> in <module>()
1 import pandas
----> 2 from cryptocompy import coin, top
3
4 top.get_top_coins("USD", 10)
~\Anaconda3\lib\site-packages\cryptocompy\top.py in <module>()
1 # top.py
2
----> 3 from helper_functions import build_url, load_data
4
5 def get_top_exchanges_by_volume(fsym, tsym, limit=5):
ModuleNotFoundError: No module named 'helper_functions'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels