Skip to content

Commit

Permalink
Fixed review finding
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Feb 29, 2024
1 parent 0574c95 commit 1778e81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You can connect with https://<host>:{{jupyterlab_port}}.
{{heading_jupyter_update_password}}
The default password is "{{jupyterlab_password}}".
To update the password run as user {{ user_name }} the following command
{{jupyterlab_virtualenv}}/bin/jupyter server password
To update the password run the following command
sudo --login --user {{ user_name }} {{jupyterlab_virtualenv}}/bin/jupyter server password
"""

server_config_file = pathlib.Path("{{jupyterlab_config_json}}")
Expand Down

0 comments on commit 1778e81

Please sign in to comment.