标签: python authentication jupyter-notebook geospatial jupyter
import geojsonio as gj contents = open("taluk.geojson").read() gj.display(contents)
代码在Jupyter笔记本上显示此结果
AuthenticationFailed:401需要验证
我如何启用身份验证?