python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why is VS Code calling the wrong virtual environment as base?
I have some conda virtual environments in a server I SSH into in a daily basis. Logging in from the terminal and listing the environments gives me the following:
(base) [rgr6291@klc0201 ~]$ conda env ...

Raul Guarini Riva
Votes: 0
Answers: 1
How to open interactive python terminal with initial code?
Is there any way to open an active, interactive python terminal that will automatically run my initial ~10 lines of code?
My specific use (which will probably be needed to clarify the question) is tha...
scotscotmcc
Votes: 0
Answers: 1
How to run specific Kernel in jupyter hub from terminal
Assume I have a script 'test.py'. To run this in Jupyter terminal I can simply put
python test.py
However, what if I wish to run this with K8s cluster rather than Python. Is there any way to execute ...

emilk
Votes: 0
Answers: 0
Issue when using find and ls command and wildcard operators in terminal mac os x
First of all thank you to everyone on here you have already helped me countless times. Secondly be kind I'm a total noob with these things and spent the last 2 hours trying to find an answer.
Here is ...
Maxigalaxi
Votes: 0
Answers: 0