gpt4 book ai didi

ipython - 从远程IPython笔记本服务器检索文件?

转载 作者:行者123 更新时间:2023-12-03 13:23:24 27 4
gpt4 key购买 nike

如果我不想向远程IPython笔记本服务器的用户提供SSH访问权限。有没有办法让用户浏览非.ipynb文件并下载它们?

最佳答案

您可以使用内置的FileLinkFileLinks:

from IPython.display import FileLink, FileLinks
FileLinks('.') #lists all downloadable files on server

上面的代码生成:
./
some_python_file.py
some_xml_file.xml
some_ipynb_file.ipynb

上面的三个项目是可以单击下载的链接。

Click here for an example from ipython.org

关于ipython - 从远程IPython笔记本服务器检索文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24437661/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com