I am running jupyter lab 4.4.0 on redhat 6. I am trying to start the lab in the background so that the app's output is not appearing in my console anymore.
$ jupyer lab & > /dev/null 2>&1
But the console still shows output from the jupyter app (e.g. the startup messages and any saving logs)