Jupyterhub not accessible using Azure Cloud
I have two Azure cloud machines running and trying to use jupyterhub on them. One is a 'standard' ubuntu server, and one is a machine learning version where jupyterhub is already installed and running.
With both I encounter the same issue that I cannot access/use the jupyterhub. Every time I try to go to the website via a browser I get a time out.
I got the network settings set to allow incoming traffic via http, https, ssh. I tried to access it from my phone (using my LTE network not my WI-FI), yet nothing seems to give me access. All I get is a blank page...
On the 'standard machine' I instantly get a 'connection refused' error, on the 'machine learning vm' after a looooooong time I get: 'internal error - server connection terminated'
Does any one know, what could possibly be the problem here? I'm googling my way around for the last two hours but cannot find a solution....
Thanks,
Anja
azure virtual-machine jupyterhub
add a comment |
I have two Azure cloud machines running and trying to use jupyterhub on them. One is a 'standard' ubuntu server, and one is a machine learning version where jupyterhub is already installed and running.
With both I encounter the same issue that I cannot access/use the jupyterhub. Every time I try to go to the website via a browser I get a time out.
I got the network settings set to allow incoming traffic via http, https, ssh. I tried to access it from my phone (using my LTE network not my WI-FI), yet nothing seems to give me access. All I get is a blank page...
On the 'standard machine' I instantly get a 'connection refused' error, on the 'machine learning vm' after a looooooong time I get: 'internal error - server connection terminated'
Does any one know, what could possibly be the problem here? I'm googling my way around for the last two hours but cannot find a solution....
Thanks,
Anja
azure virtual-machine jupyterhub
There should be JupyterHub and possible other logs, right? No hints from those? Can you access one machine from the other staying within the Azure cloud?
– 9769953
Nov 12 at 13:53
add a comment |
I have two Azure cloud machines running and trying to use jupyterhub on them. One is a 'standard' ubuntu server, and one is a machine learning version where jupyterhub is already installed and running.
With both I encounter the same issue that I cannot access/use the jupyterhub. Every time I try to go to the website via a browser I get a time out.
I got the network settings set to allow incoming traffic via http, https, ssh. I tried to access it from my phone (using my LTE network not my WI-FI), yet nothing seems to give me access. All I get is a blank page...
On the 'standard machine' I instantly get a 'connection refused' error, on the 'machine learning vm' after a looooooong time I get: 'internal error - server connection terminated'
Does any one know, what could possibly be the problem here? I'm googling my way around for the last two hours but cannot find a solution....
Thanks,
Anja
azure virtual-machine jupyterhub
I have two Azure cloud machines running and trying to use jupyterhub on them. One is a 'standard' ubuntu server, and one is a machine learning version where jupyterhub is already installed and running.
With both I encounter the same issue that I cannot access/use the jupyterhub. Every time I try to go to the website via a browser I get a time out.
I got the network settings set to allow incoming traffic via http, https, ssh. I tried to access it from my phone (using my LTE network not my WI-FI), yet nothing seems to give me access. All I get is a blank page...
On the 'standard machine' I instantly get a 'connection refused' error, on the 'machine learning vm' after a looooooong time I get: 'internal error - server connection terminated'
Does any one know, what could possibly be the problem here? I'm googling my way around for the last two hours but cannot find a solution....
Thanks,
Anja
azure virtual-machine jupyterhub
azure virtual-machine jupyterhub
asked Nov 12 at 13:28
Lizzie
11
11
There should be JupyterHub and possible other logs, right? No hints from those? Can you access one machine from the other staying within the Azure cloud?
– 9769953
Nov 12 at 13:53
add a comment |
There should be JupyterHub and possible other logs, right? No hints from those? Can you access one machine from the other staying within the Azure cloud?
– 9769953
Nov 12 at 13:53
There should be JupyterHub and possible other logs, right? No hints from those? Can you access one machine from the other staying within the Azure cloud?
– 9769953
Nov 12 at 13:53
There should be JupyterHub and possible other logs, right? No hints from those? Can you access one machine from the other staying within the Azure cloud?
– 9769953
Nov 12 at 13:53
add a comment |
1 Answer
1
active
oldest
votes
Ok, I found the problem.
I had to reinstall jupyterhub using sudo and start it using: sudo jupyterhub --ip=0.0.0.0 --port=80
.
For some reason (perhaps documented somewhere...don't know) on an azure vm running something as 'localhost' does not seem to work and needs to done via 0.0.0.0
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53263213%2fjupyterhub-not-accessible-using-azure-cloud%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ok, I found the problem.
I had to reinstall jupyterhub using sudo and start it using: sudo jupyterhub --ip=0.0.0.0 --port=80
.
For some reason (perhaps documented somewhere...don't know) on an azure vm running something as 'localhost' does not seem to work and needs to done via 0.0.0.0
add a comment |
Ok, I found the problem.
I had to reinstall jupyterhub using sudo and start it using: sudo jupyterhub --ip=0.0.0.0 --port=80
.
For some reason (perhaps documented somewhere...don't know) on an azure vm running something as 'localhost' does not seem to work and needs to done via 0.0.0.0
add a comment |
Ok, I found the problem.
I had to reinstall jupyterhub using sudo and start it using: sudo jupyterhub --ip=0.0.0.0 --port=80
.
For some reason (perhaps documented somewhere...don't know) on an azure vm running something as 'localhost' does not seem to work and needs to done via 0.0.0.0
Ok, I found the problem.
I had to reinstall jupyterhub using sudo and start it using: sudo jupyterhub --ip=0.0.0.0 --port=80
.
For some reason (perhaps documented somewhere...don't know) on an azure vm running something as 'localhost' does not seem to work and needs to done via 0.0.0.0
answered Nov 12 at 14:28
Lizzie
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53263213%2fjupyterhub-not-accessible-using-azure-cloud%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There should be JupyterHub and possible other logs, right? No hints from those? Can you access one machine from the other staying within the Azure cloud?
– 9769953
Nov 12 at 13:53