The bug: When - the user login for the first file with a token and want to change his/her password - and if the folder `~/.jupyter` (`jupyter_config_dir()`) does not exist then the jupyter server will raise a `FileNotFoundError` exception and return a 500 error. This change tries to fix this bug by ensure the folder exist so that the `config_file` can be opened.
parent
9640e1f943
commit
8d43f50f04
Loading…
Reference in new issue