How to call a library in Jupyter notebook while install that by Conda (GitHub web Codespaces) #144540
Unanswered
abb-omidi
asked this question in
Codespaces
Replies: 1 comment
-
Dear support team, May I have your insight on how I can fix my issue? Is it possible that I am missing something or would there be a similar question that I am unable to find that? Best |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I am trying to install and run a library in GitHub web codespaces. I installed the library via the following command line in the terminal and it seems it was installed correctly.
...
In the next step, I selected Kernel
install/selected Python + Jupyter
. Then I chose thePython environment
. ActuallyGlobal env = python 3.12.1
. Now, when I run the code cell that contains the library import method, I get the following error:Could you please, how can I fix that and run the model?
Beta Was this translation helpful? Give feedback.
All reactions