我想在远程服务器上执行Jupyter Notebook。
如果我使用这个:
with open('somefile.txt', 'a') as the_file:the_file.write('Hello\n')
文件是保存在本地文件系统还是远程文件系统上?
相关分类