I hope add --path-prefix args, like tensorboard.
Open
Feature
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Feature Idea
I want to add url prefix:
```bash
python main.py --listen 0.0.0.0
```
when open:
```bash
http://10.1.1.29:8188/
```
add url prefix after:
```bash
python main.py --listen 0.0.0.0 --path-prefix "/userendpoint/8MRWqVjZf0eomI"
```
now, open:
```bash
http://10.1.1.29:8188/userendpoint/8MRWqVjZf0eomI/
```
Can you add this feature?
### Existing Solutions
_No response_
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.