We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm on the main branch.
main
When running
lumen-ai serve https://datasets.holoviz.org/windturbines/v1/windturbines.parq --provider openai ...
on my Jupyterhub, I'm not able to open the app in my browser
If I click http://localhost:5006/lumen_ai in the terminal it opens https://DOMAIN/SOME_PATH/vscode/proxy/5006/ and forwards me to https://DOMAIN/proxy/5006/lumen_ai/ where I get a default backend - 404 error.
default backend - 404
The text was updated successfully, but these errors were encountered:
If I open https:/DOMAIN/SOME_PATH/vscode/proxy/5006/lumen_ai manually the app shows.
The favicon is missing though. because its looking for it at /static/extensions/panel/images/favicon.ico.
Sorry, something went wrong.
Fixing holoviz/panel#7314 would probably fix this issue.
No branches or pull requests
I'm on the
main
branch.When running
on my Jupyterhub, I'm not able to open the app in my browser
If I click http://localhost:5006/lumen_ai in the terminal it opens https://DOMAIN/SOME_PATH/vscode/proxy/5006/ and forwards me to https://DOMAIN/proxy/5006/lumen_ai/ where I get a
default backend - 404
error.The text was updated successfully, but these errors were encountered: