Skip to content

URL opener not working #34

Answered by trungleduc
bijucyborg asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, for the first configuration, I think it is related to your docker setup, I don't have any issue with a local JupyterLab application.

For the second one, since jupyter_app_launcher is designed to work with jupyter-server-proxy, you can not assign the port of your web app but the extension will handle this. So you have the $PORT variable to config your web app with the port provided by jupyter_app_launcher . Your configuration will look like this:

title: app
description:
source: http://127.0.0.1:$PORT/
cwd: ../../../../h2o-llmstudio/
type: local-server
args:
 - make
 - wave
 - your-arg-to-config-port=$PORT
catalog: Another catalog

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bijucyborg
Comment options

Answer selected by bijucyborg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants