We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When trying to save the plot offline, I have the followings:
ModuleNotFoundError Traceback (most recent call last) Cell In[26], line 1 ----> 1 import datamapplot.offline_mode_caching
ModuleNotFoundError: No module named 'datamapplot.offline_mode_caching'
What's the problem?
The text was updated successfully, but these errors were encountered:
Sorry, the current version on PyPI doesn't have this functionality yet -- you'll have to install from the github repository.
Sorry, something went wrong.
No branches or pull requests
When trying to save the plot offline, I have the followings:
ModuleNotFoundError Traceback (most recent call last)
Cell In[26], line 1
----> 1 import datamapplot.offline_mode_caching
ModuleNotFoundError: No module named 'datamapplot.offline_mode_caching'
What's the problem?
The text was updated successfully, but these errors were encountered: