Vscode-jupyter: Support NTLM authentication to remote python kernel

Created on 2 Apr 2020  路  3Comments  路  Source: microsoft/vscode-jupyter

Feature: Notebook Editor, Interactive Window, Python Editor cells

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

Description

Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer

All 3 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings