Back
In that case, you need to refer to FileLink and FileLinks that are built-in packages:
from IPython.display import FileLink, FileLinksFileLinks('.') #lists all downloadable files on server
from IPython.display import FileLink, FileLinks
FileLinks('.') #lists all downloadable files on server
The code above generates:
./some_python_file.pysome_xml_file.xmlsome_ipynb_file.ipynb
./
some_python_file.py
some_xml_file.xml
some_ipynb_file.ipynb
Want to become a Python Developer? Check out this insightful Python Certification.
31k questions
32.8k answers
501 comments
693 users