-
Notifications
You must be signed in to change notification settings - Fork 133
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
Allow access from remote hosts #293
Comments
A recent change to Notebook (5.6.0) prevents access from remote hosts by default. This change unconditionally re-enables that ability since remote access is a primary tenet of Kernel Gateway. Fixes jupyter-server#293
A recent change to Notebook (5.6.0) prevents access from remote hosts by default. This change unconditionally re-enables that ability since remote access is a primary tenet of Kernel Gateway. Also dropped python 3.3 from the travis matrix since setuptools no longer supports it (as of May 24) and was generating a failure during the installation phase. Fixes jupyter-server#293
The PR also removed Python 3.3 from the Travis CI configuration. I don't remember whether removing support for Python 3.3 was already discussed, but I'm all for it :-) |
Shoot - I'm sorry, I meant to include something like the following... I've removed 3.3 from the Travis config since
|
As of Notebook PR 3714 access from non-local hosts is being denied by default. Since this is the primary functionality provided by Kernel Gateway, we should always enable the ability to provide access from remote hosts. (The same change was required in Enterprise Gateway.)
The text was updated successfully, but these errors were encountered: