I installed jupyterlab on RHEL 7 with
pip3 install jupyterlab
Now I am trying to start it. I need to run it only locally (no need to open any ports). I found where the file is located, but still cannot launch it. I tried
jupyterlab and got back command not found.... I am guessing I need to add it to PATH, but I still expect it to run when launched from the same directory.
Whatever limited experience I have with Ubuntu, does not work on RedHat.