This question relates to this one: How to disable password request for a Jupyter notebook session?
However, this partially solves the issue, as I have to run jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password='' on CMD.exe.Prompt everytime I run a new session.
jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password=''
CMD.exe.Prompt
I am looking to solve this from the root (in a canonical way if possible), in a form that jupyter notebook session will never ask for a password again.
Is this possible in any way?
What resources could I read to solve this issue?
2.1m questions
2.1m answers
60 comments
57.0k users