Skip to content

eliasdabbas/dash-file-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash File Browser

A simple file browser for Plotly Dash applications.

  • Allow users to interactively browse files and folders on the server
  • Show folder icons for differentiation
  • Expose files and folder as objects to be manipulated by your Dash app

To run:

pip install -r requirements

python app.py

# OR with gunicorn (needs to also be installed):

gunicorn app:server

Releases

No releases published

Packages

No packages published

Languages