iclient-python icon indicating copy to clipboard operation
iclient-python copied to clipboard

SuperMap Python SDK for Cloud GIS (SuperMap Online/iServer/iPortal/iManager/iEdge etc)

Results 6 iclient-python issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [setuptools](https://github.com/pypa/setuptools) from 36.5.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Bumps [notebook](http://jupyter.org) from 5.6.0 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=5.6.0&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 6.2.1 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

![image](https://user-images.githubusercontent.com/52307935/60820838-e2b28600-a1d4-11e9-8868-b081ee414afd.png) 按照官方帮助文档中“iClientPy从零开始”章节一步步进行操作,在14步进入iclientpy引导使用的notebook失败,截图如上。请问是什么原因?

运行jupyter notebook(sample.ipynb) 出错,信息如下: ``` from iclientpy import viz --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in ----> 1 from iclientpy import viz ImportError: cannot import name 'viz' 模拟数据 ``` 使用下面的代码查看包方法,iclientpy没有viz模块。...

修改包括: 1、目录结构调整。 2、加入ipyleaflet。 3、支持mybinder.org在线运行。