-
Licence manager issues with qjupyter
I am trying to start qJupyter on one of our servers.
I am not an expert in docker. I know just enough to get by.I am starting the docker image with the following line:
sudo docker run --rm -it -h=`hostname` --mount type=bind,source=${QHOME}/k4.lic,target=/opt/kx/q/k4.lic -e QLIC='/opt/kx/q/' -p 8888:8888 kxsys/jupyterq
Everything looks fine and I can access the jupyter notebook through the browser
The python kernel works fine. I also see errors in my terminal
Does anyone know why I keep getting the k4.lic error?
Log in to reply.