I'm trying to use a remote python kernel based on
this: https://code.visualstudio.com/docs/python/jupyter-support#_connect-to-a-remote-jupyter-server
and this: https://blog.jupyter.org/connect-to-a-jupyterhub-from-visual-studio-code-ed7ed3a31bcb
Unfortunatley, it is not working and based on my research it is because I have the JupyterHub behind an httpd/kerberos/NTLM authentication that is not supported.
Please add NTLM authentication support.
microsoft/vscode-python#3624
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
@n-a-sz We have a future work relating to supporting jupyter hub.
This might work with the recent changes. Not sure how it would authenticate though. We ping the server for login. Hopefully that will give back the necessary cookies for authentication to work.
Validated as this should be handled by the new extension authentication support.