How to access my local jupyter notebooks over internetUsing IPython notebooks under version controlAccess Jupyter Notebook over InternetHow do you see Jupyter notebook on a microsoft/cntk docker?How to upload more than 25 mb file to jupyter notebook?How can I solve error in Jupyter notebook?How to remove password for Jupyter Notebooks and set token againStoring Jupyter Notebook Files Online So They Can Be Between Multiple ComputersInstall jupyter notebook offline without pipVSCode Jupyter Notebook - can't change remote kernelLaunching jupyter notebook on docker
What LISP compilers and interpreters were available for 8-bit machines?
Why does the Schrödinger equation work so well for the Hydrogen atom despite the relativistic boundary at the nucleus?
Are "living" organ banks practical?
Can an Eldritch Knight use Action Surge and thus Arcane Charge even when surprised?
siunitx error: Invalid numerical input
Phone number to a lounge, or lounges generally
Last survivors from different time periods living together
Is it recommended against to open-source the code of a webapp?
How to translate “Me doing X” like in online posts?
Required to check-in in person at international layover airport
Why does Kathryn say this in 12 Monkeys?
What is the advantage of carrying a tripod and ND-filters when you could use image stacking instead?
Deformation of rectangular plot
Where does this pattern of naming products come from?
Did the first version of Linux developed by Linus Torvalds have a GUI?
How many times can you cast a card exiled by Release to the Wind?
Select items in a list that contain criteria #2
2.8 is missing the Carve option in the Boolean Modifier
Remove sudoers using script
Print the string equivalents of a phone number
How to retract an idea already pitched to an employer?
What's up with this leaf?
Do the English have an ancient (obsolete) verb for the action of the book opening?
Is it possible to express disjunction through conjunction and implication?
How to access my local jupyter notebooks over internet
Using IPython notebooks under version controlAccess Jupyter Notebook over InternetHow do you see Jupyter notebook on a microsoft/cntk docker?How to upload more than 25 mb file to jupyter notebook?How can I solve error in Jupyter notebook?How to remove password for Jupyter Notebooks and set token againStoring Jupyter Notebook Files Online So They Can Be Between Multiple ComputersInstall jupyter notebook offline without pipVSCode Jupyter Notebook - can't change remote kernelLaunching jupyter notebook on docker
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am new to jupyter, I have jupyter running locally on "http://localhost:8888".
I have the *.ipynb files stored locally. I would like ot access them on my ipad on the go as well. Is there a possibility for that, if so can any one guide on how it can be accomplished.Can we access local notebooks over the internet via some cloud services ?
PS : I tried installing Juno on my ipad, but still wondering how to access my local files (which are on my desktop) in my ipad.
ipad jupyter-notebook
add a comment |
I am new to jupyter, I have jupyter running locally on "http://localhost:8888".
I have the *.ipynb files stored locally. I would like ot access them on my ipad on the go as well. Is there a possibility for that, if so can any one guide on how it can be accomplished.Can we access local notebooks over the internet via some cloud services ?
PS : I tried installing Juno on my ipad, but still wondering how to access my local files (which are on my desktop) in my ipad.
ipad jupyter-notebook
add a comment |
I am new to jupyter, I have jupyter running locally on "http://localhost:8888".
I have the *.ipynb files stored locally. I would like ot access them on my ipad on the go as well. Is there a possibility for that, if so can any one guide on how it can be accomplished.Can we access local notebooks over the internet via some cloud services ?
PS : I tried installing Juno on my ipad, but still wondering how to access my local files (which are on my desktop) in my ipad.
ipad jupyter-notebook
I am new to jupyter, I have jupyter running locally on "http://localhost:8888".
I have the *.ipynb files stored locally. I would like ot access them on my ipad on the go as well. Is there a possibility for that, if so can any one guide on how it can be accomplished.Can we access local notebooks over the internet via some cloud services ?
PS : I tried installing Juno on my ipad, but still wondering how to access my local files (which are on my desktop) in my ipad.
ipad jupyter-notebook
ipad jupyter-notebook
asked Mar 24 at 15:31
Ragesh KrRagesh Kr
47241324
47241324
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I'm currently struggling with the same issue.
The answer to you question heavily depends on whether you'd be the only user accessing the Jupyter server or not. If the former is the case (you as the only user) you may refer to materials from the official Jupyter Notebook documentation here. On the same page, for multi-user collaboration JupyterHub is recommended. Besides the Jupter configuration itself, you have to alter the firewall settings on your machine and probably forward ports on your router (but the official tutorial says nothing about that).
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%2f55325413%2fhow-to-access-my-local-jupyter-notebooks-over-internet%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
I'm currently struggling with the same issue.
The answer to you question heavily depends on whether you'd be the only user accessing the Jupyter server or not. If the former is the case (you as the only user) you may refer to materials from the official Jupyter Notebook documentation here. On the same page, for multi-user collaboration JupyterHub is recommended. Besides the Jupter configuration itself, you have to alter the firewall settings on your machine and probably forward ports on your router (but the official tutorial says nothing about that).
add a comment |
I'm currently struggling with the same issue.
The answer to you question heavily depends on whether you'd be the only user accessing the Jupyter server or not. If the former is the case (you as the only user) you may refer to materials from the official Jupyter Notebook documentation here. On the same page, for multi-user collaboration JupyterHub is recommended. Besides the Jupter configuration itself, you have to alter the firewall settings on your machine and probably forward ports on your router (but the official tutorial says nothing about that).
add a comment |
I'm currently struggling with the same issue.
The answer to you question heavily depends on whether you'd be the only user accessing the Jupyter server or not. If the former is the case (you as the only user) you may refer to materials from the official Jupyter Notebook documentation here. On the same page, for multi-user collaboration JupyterHub is recommended. Besides the Jupter configuration itself, you have to alter the firewall settings on your machine and probably forward ports on your router (but the official tutorial says nothing about that).
I'm currently struggling with the same issue.
The answer to you question heavily depends on whether you'd be the only user accessing the Jupyter server or not. If the former is the case (you as the only user) you may refer to materials from the official Jupyter Notebook documentation here. On the same page, for multi-user collaboration JupyterHub is recommended. Besides the Jupter configuration itself, you have to alter the firewall settings on your machine and probably forward ports on your router (but the official tutorial says nothing about that).
answered May 7 at 19:43
Mikolaj BuchwaldMikolaj Buchwald
112
112
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.
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%2f55325413%2fhow-to-access-my-local-jupyter-notebooks-over-internet%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