Git Product home page Git Product logo

Comments (5)

harpolea avatar harpolea commented on September 24, 2024 1

Ok, interesting. I'll add a note to the page telling the user to include the conda.sh script (either through source or in their .bashrc file).

It might be that there is something else on your system that is set up to use port 8888? To be honest this is not something I've come across before, but good to hear you have a solution that works for you! FYI, the trick with using a different port for localhost is particularly useful if you wanted to connect to multiple JupterLab instances which are e.g. hosted on different remote machines 🙂

from workflow.

harpolea avatar harpolea commented on September 24, 2024

Hi Diana,

Thanks for your suggestions! So I just checked my .bashrc on summit and I have

. /sw/summit/python/3.7/anaconda3/5.3.0/etc/profile.d/conda.sh

in there already, which I assume I must have put there at some point in order to get conda to run correctly. The issue you linked to says that this is only a problem when conda activate my_env is executed in a script. I have only ever run this by running the commands directly in the terminal - did you find that you needed to include the conda.sh script in that case, or were you running things in a script?

I have run this in Safari on MacOS and Firefox and Chrome on Ubuntu and have always been able to just open the browser at localhost:8888, so I'm not sure the problem is with the address. If you're getting that error message, it suggests you have another Jupyter session open which is using the same port. You can fix this by opening the ssh session with another port on your local machine, e.g.

ssh -N -L localhost:8887:login1:8888 [email protected]

then you'd open up localhost:8887 in your browser.

from workflow.

LDAmorim avatar LDAmorim commented on September 24, 2024

Hi @harpolea ! Thanks for the super quick reply.

I think your option does the same as the "source" command I found, but it is a great idea to add it to .bashrc, instead of repeating it everytime.
I found the issue above, because there wasn't that line on my .bashrc, when I was running those commands on the Summit login node directly. To create the environment. Not in a script.

I think I understood the same from the issue that you wrote.
But even after I killed all processes (including terminal - shell - and safari) I still had that problem. Right after I saw the issue, I just opened another tab and added the tree part, without doing anything else, and it worked. So it might have been something else.

Thanks for the note on the change of the localhost! I will try that next time that I find this issue.

Cheers

from workflow.

LDAmorim avatar LDAmorim commented on September 24, 2024

Thanks @harpolea !
That is very useful indeed, thanks for the multiple localhosts suggestion :)

from workflow.

zingale avatar zingale commented on September 24, 2024

I think that now that there is a jupyterhub at OLCF, we can close this.

from workflow.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.