标签: python jupyter-notebook arcgis jupyter qgis
假设我的python env具有所有必需的依赖关系,可能是这样的:
# pseudo-code # from within a NON-jupyter REPL/console import jupyter jupyter.start("/notebook/or/folder/")
用例: 从ArcGIS或QGIS python控制台中启动jupyter,以便我们可以与文档及其图层/数据进行交互。
或者任何人都可以推荐其他方法来完成相同的结果吗?