I am very much new to start work on Jupyter and I am trying to access the Jupyter Notebook with password less feature or to pass the credentials in url of Jupyter so that user will directly redirected to the notebook page instead of first hit the URL and then manually enter the Credentials .
For e.g. I have jupyter notebook available on my machine and currently it is accessible with url
https://localhost:8999
and after hit of URL it is landing on to the credential page on which I need to manually enter the required credentials. But what I am trying ,to hit the URL https://localhost:8999 and it will land to the home screen which containing all the notebooks What i was trying to do with the help of this link `How to disable password request for a Jupyter notebook session?
But this not so much helpful because URL is not accessible and it is alywas generating the new token which tedious to manage
Is there any simpler way to make the Jupyter notebook accessible directly without entering any manual credentials