And in the run.sh I pass also --ServerApp.base_url=/@"${WORKSPACE_OWNER}"/"${WORKSPACE_NAME}"/apps/jupyter to the jupyter-lab command.
Do you think this change could be added to the jupyter module?
I see from issue coder/registry.coder.com#31 that you would like to provide a filtering for modules that support the subpath argument. In case you see any issue with the previous addition, it could be possible to add a disclaimer.
Hi, I'm able to use Jupyter on subpath in the following way:
And in the
run.sh
I pass also--ServerApp.base_url=/@"${WORKSPACE_OWNER}"/"${WORKSPACE_NAME}"/apps/jupyter
to thejupyter-lab
command.Do you think this change could be added to the jupyter module?
I see from issue coder/registry.coder.com#31 that you would like to provide a filtering for modules that support the
subpath
argument. In case you see any issue with the previous addition, it could be possible to add a disclaimer.