Using LOOS in a Jupiter notebook #38
Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
when using a notebook in the same conda env. I get an error: I can run python-loos scripts in python just fine which is why i'm confused. |
Beta Was this translation helpful? Give feedback.
-
Are you in the conda env in the shell where you launch the notebook? If not, that could be the problem. I wonder if you’re losing the environment in the browser somehow. Alternatively, you could try using jupyterlab, which I just checked the other day, and I know it works.
Cheers,
Alan
…________________________________
Dr. Alan Grossfield
Dept of Biochemistry and Biophysics
University of Rochester Medical Center
Phone: 585 276 4193
http://membrane.urmc.rochester.edu
https://orcid.org/0000-0002-5877-2789
Pronouns: He/his
From: krb0073 <[email protected]>
Reply-To: GrossfieldLab/loos <[email protected]>
Date: Wednesday, January 13, 2021 at 5:22 PM
To: GrossfieldLab/loos <[email protected]>
Cc: "Grossfield, Alan" <[email protected]>, Comment <[email protected]>
Subject: [EXT] Re: [GrossfieldLab/loos] Using LOOS in a Jupiter notebook (#38)
when using a notebook in the same conda env. I get an error:
ModuleNotFoundError: No module named 'loos'
I can run python-loos scripts in python just fine which is why i'm confused.
Kyle
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_GrossfieldLab_loos_discussions_38-23discussioncomment-2D280627&d=DwMCaQ&c=4sF48jRmVAe_CH-k9mXYXEGfSnM3bY53YSKuLUQRxhA&r=49qnaP-kgQR_zujl5kbj_PmvQeXyz1NAoiLoIzsc27zuRX32UDM2oX8NQCaAsZzH&m=d6ljT7EntLliLFad6f5i6THiRiWxUrc0h2_d0wOlEUk&s=uE9TLvYUThfFagekau5yHb5R6RjbIeNfWwVrkoDeGHc&e=>, or unsubscribe<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADH754WYBHWOB7JVPUPNS5TSZYMJ7ANCNFSM4WBMLYLQ&d=DwMCaQ&c=4sF48jRmVAe_CH-k9mXYXEGfSnM3bY53YSKuLUQRxhA&r=49qnaP-kgQR_zujl5kbj_PmvQeXyz1NAoiLoIzsc27zuRX32UDM2oX8NQCaAsZzH&m=d6ljT7EntLliLFad6f5i6THiRiWxUrc0h2_d0wOlEUk&s=PYNGyYHXb7S18oIe8Wtztu-YkRBo6Qk2gMqaNvEyra4&e=>.
|
Beta Was this translation helpful? Give feedback.
-
Oh i was not launching the notebook in the conda env. Whoops I was able to get everything working. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey all,
I was wondering if anyone has used loos from inside a Jupiter notebook before. Before I switched to only using the conda environment I added that path of loos and pyloos to the notebook environment and was able to have it work. I have have forgotten what I did though. After the fresh install of loos I can't seem to get it to work.
Here is what I have tried:
Any suggestions would be sweet,
Kyle
Beta Was this translation helpful? Give feedback.
All reactions