An open API service indexing awesome lists of open source software.

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

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

![](dash_file_browser.gif)

To run:

```bash
pip install -r requirements

python app.py

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

gunicorn app:server
```