https://github.com/eliasdabbas/dash-file-browser
Dash File Browser
https://github.com/eliasdabbas/dash-file-browser
data-science file-browser file-explorer frontend plotly-dash
Last synced: 6 months ago
JSON representation
Dash File Browser
- Host: GitHub
- URL: https://github.com/eliasdabbas/dash-file-browser
- Owner: eliasdabbas
- Created: 2022-10-04T09:46:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T11:11:30.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T18:01:55.699Z (6 months ago)
- Topics: data-science, file-browser, file-explorer, frontend, plotly-dash
- Language: Python
- Homepage:
- Size: 6.83 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
pip install -r requirementspython app.py
# OR with gunicorn (needs to also be installed):
gunicorn app:server
```