Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix authentication with remote kernels #2110

Merged
merged 3 commits into from
May 28, 2021
Merged

Fix authentication with remote kernels #2110

merged 3 commits into from
May 28, 2021

Conversation

aminya
Copy link
Member

@aminya aminya commented May 28, 2021

Fixes #2109

@todo
Copy link

todo bot commented May 28, 2021

use @aminya/xmlhttprequest

import { XMLHttpRequest as NodeXMLHttpRequest } from "xmlhttprequest"; // TODO use @aminya/xmlhttprequest
import { URL } from "url";
import { Kernel, Session, ServerConnection } from "@jupyterlab/services";
import Config from "./config";


This comment was generated by todo based on a TODO comment in decb6ad in #2110. cc @nteract.

@aminya aminya added the bug 🐛 For unexpected issues label May 28, 2021
@aminya aminya merged commit f911296 into master May 28, 2021
@aminya aminya deleted the remote-kernel branch May 28, 2021 01:04
@todo todo bot mentioned this pull request May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 For unexpected issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote kernel does not work after updating to Hydrogen 2.16.1
1 participant