Hi - I'm trying to determine if jupyterlab is designed to run side-by-side or in parallel with Jupyter on the same port such that I could easily switch between the two by simply changing the url from <domain>/tree to <domain>/lab.
I did find this previously-asked question: https://groups.google.com/forum/#!searchin/jupyter/parallel$20install$20jupyterlab|sort:date Which seems to touch on it but I was left still wondering (and it's an old thread). I was able to install jupyterlab locally and start it up using "jupyter lab" and I was also able to start up jupyter by running "jupyter notebook --port 8889" and it seemingly worked. The hard part seems to be when instrumenting a Ubuntu Docker image with a root user and a less privileged user. The Jupyterlab readme said, "*Note: If installing using pip install --user, you must add the user-level bin directory to your PATH environment variable in order to launch jupyter lab.*" I guess I need a bit more instruction to make this work. What is the user-level bin directory? I've tried jupyter serverextension enable --py jupyterlab --sys-prefix AND jupyter serverextension enable --py jupyterlab but I would see errors such as: *Error executing Jupyter command 'lab': [Errno 2] No such file or directory* after running "jupyter lab" from a bash shell in the Docker container. Thanks for any pointers or tips, Rob I'm using Python 3.6.2 & IPython 4.2.1, notebook server is 4.4.1 -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/142bc72d-838e-4fd3-beec-05b614403872%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
