Geojsonio身份验证失败:401需要身份验证

时间:2018-07-28 10:33:36

标签: python authentication jupyter-notebook geospatial jupyter

import geojsonio as gj 
contents = open("taluk.geojson").read() 
gj.display(contents)

代码在Jupyter笔记本上显示此结果

  

AuthenticationFailed:401需要验证

我如何启用身份验证?

0 个答案:

没有答案
相关问题