How to change user passwd of Jupyter lab user instance?
#7
Open
opened 4 years ago by manetta
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Not sure if the system user password is in sync with the Jupyter user password? Digging a bit into the system to understand how it works ...
Figured it out :), again the hidden file .jupyter/jupyter_notebook_config.py in my home folder was the place that i was looking for.
I followed the steps from the installation script, to re-generate a "sha has":
This returned a hash that could be copy/pasted in the settings file, it looks like this:
'sha1:fa390e756d94:e76d54c34509e9e188190f8d50c3f4705852a1f2'
(writing it here to document these steps)
How to change user passwd of Jupyter?to How to change user passwd of Jupyter lab user instance? 4 years agoAnd then reload the jupyter lab for this user:
sudo systemctl restart jupyterlab@username