You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python interpreter is not the same in the notebook and in the terminal.
In the notebook, it is /home/studio-lab-user/.conda/envs/default/bin/python, while in the terminal, it is /home/studio-lab-user/.conda/envs/studiolab/bin/python.
To Reproduce
Steps to reproduce the behavior:
type !which python and run in a cell in some notebook
type which python and hit enter in a terminal
Expected behavior
The Python interpreter in the notebook and in the terminal should coincide. Otherwise, one has to install a package inside a notebook and also in the terminal.
Screenshots
Desktop (please complete the following information):
OS: [win11]
Browser [edge]
Version [latest]
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
The Python interpreter is not the same in the notebook and in the terminal.
In the notebook, it is
/home/studio-lab-user/.conda/envs/default/bin/python
, while in the terminal, it is/home/studio-lab-user/.conda/envs/studiolab/bin/python
.To Reproduce
Steps to reproduce the behavior:
!which python
and run in a cell in some notebookwhich python
and hit enter in a terminalExpected behavior
The Python interpreter in the notebook and in the terminal should coincide. Otherwise, one has to install a package inside a notebook and also in the terminal.
Screenshots
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: