标签: python jupyter-notebook save cluster-computing local
我正在远程群集上运行jupyter。 如何将文件写入本地计算机? 我正在运行python 3.7.1和jupyter core 4.6.2
是否存在以下两种
numpy.save(localhost:local/path, DATA)
或
pyplot.savefig(localhost:local/path)