Closed josephrocca closed 2 years ago
Wondering would it make sense to move change the README's
jupyter notebook
example tojupyter lab
?
Great idea!
I've hackily added some stuff to add a user that matches the host username so that the files that jupyter lab creates are owned by my user instead of root:
Good idea as well for your scenario. However, we are not sure if it is suitable for general usage.
In the jupyter/docker-stacks repo it is mentioned (here) that Jupyter Notebook is deprecated. Wondering would it make sense to move change the README's
jupyter notebook
example tojupyter lab
?The
ufoym/deepo:all-py36-cu111
image already has jupyterlab, but it looks like a lot of the others would need to have it added?The existing command in the README seems to work fine if you just swap out
jupyter notebook
withjupyter lab
. I've hackily added some stuff to add a user that matches the host username so that the files that jupyter lab creates are owned by my user instead of root:There's probably a much better way of doing that, but that's what I've hacked together just now with my limited docker/linux skills 😅 I did try something like:
But I got
[Errno 13] Permission denied: '/.local'
and didn't investigate too much further.