-
-
Notifications
You must be signed in to change notification settings - Fork 415
Installation problems under Win10 or Ubuntu 20.10 ("Jupyter server not found") #321
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
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I suspect that this might be because there are two installers and they need to be provided paths in sync. You mention that you needed to change the path in the first installer. What path did you set? Did you adjust the path of the second installer accordingly? Please see https://github.com/jupyterlab/jupyterlab-desktop/blob/master/user-guide.md#windows-instructions. I of course think that there should be only one installer.
I'm sorry for your experience. I understand it fully. I really want to make literate programming more accessible to every student and researcher (which is why I'm writing this response on Sunday morning). You may be interested in checking out server-less and installation-less JupyterLite which should eliminate the installation issues you mention. Please bear in mind that the Desktop app was only recently revived and is improving by great strides every week. I apologize that communication on the readiness of the app was not clear. |
Thanks for your quick and detailled response and most of all for your contributions to the python and jupyter community. I usually don't rant on FOSS channels because I know how unrewarding FOSS development can be at times. After GESIS announced pulling the plug on their free notebook server service I was really frustrated to see that JupyterLab Desktop also doesn't work for me, meaning I have to find another way to deploy my DSP labs (or rewrite them) within three weeks. Your response highlights one of the main problems in my eyes: There are two installers but this is not obvious for a "normal" user (who doesn't read instructions). Even for me, it is not clear what I did wrong during the installation process - there are no instructions or hints, it just fails. I had to change the installation path on windows as described - and I have absolutely no idea how or where I could have adjusted the path of the second installer. The instructions didn't really help me. On Linux I just went the default path but both installations failed exactly the same way. Honestly, I think it is easier (and much better documented) to install python and jupyter(lab) via the usual channels and that's what I'll recommend to my students. I'm using Notebooks only for a quite narrow field (digital signal processing 101) so I think I'll fully switch to my own app next term which is more of the point and click type. But please do streamline the installation process. Thanks also for pointing me to JupyterLite, I'll test it although I don't see the advantage yet over a simple I'll leave this issue open, please close it yourself if you like. |
Thank you for the extra details. Two questions:
|
Would you mind posting the answers to the above questions in #238, please? It will help us to consolidate discussion and figure out what works across a variety of setups users may have and inform how to remediate the problem. I will close this one in the meantime. PS. I did try on another laptop with Ubuntu 20.10 just a moment ago and it worked well, so really having more information would be really help. |
Thanks for posting extra information in the other issue. I will close this one as a duplicate and follow up on the other one. We worked to investigate and fix this problem in #339 and this will be included in the upcoming release. While it might not solve the issue, we at least hope that we might get the information necessary to find a solution (since the updated error screen should now show the underlying error). |
When trying to install the app (version 3.2.1-1) via the installers downloaded from this repo, I hit the following problems:
I am a long-time python user running jupyterlab from a regular python installation so I don't need the desktop app. But when looking for a solution for python / jupyter newbies shouldn't the process be as streamlined as possible? Shouldn't it be easier than doing a plain vanilla python + jupyter installation (which it isn't)?
I've been trying several solutions over the last 6 years to use Jupyter Notebooks in BYOD classroom environments, using web servers, JupyterHub, local installations and now the Jupyterlab Desktop App. Deployment has been a major PITA for all sorts of reasons every time. I thought one of the ideas behind Jupyter Notebooks was to provide an easy access to experimenting with data and code. Well, it isn't, looking at the feedback from my students every term.
.
The text was updated successfully, but these errors were encountered: