Add an authentication token to the jupyter

Hi there,

I'm trying to use vscode to connect to the Jupyter lab instead of using web browser.

Currently, vscode requires the jupyter lab to have a token. So can you update your container to have a auth token? Or do you have any quick way to fix the issue outside the container?

Many thanks,

Connecting to JupyterLab from VS Code will be supported in the next version but I don't think it's possible right now. The token is an empty string right now but XSRF checking is enabled in the notebook server and this will trigger a XSRF error when not connecting through a browser.

thank you. I'll wait for the next version. Cheers.