M
M
mementodelavida2020-11-05 23:12:53
Python
mementodelavida, 2020-11-05 23:12:53

How to install python terminal in Vscode?

There is no python terminal in the code and I don't know how to install it. If Python 3.8.5 is installed . I asked the teacher and got no clear answer...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
iddqda, 2020-11-06
@iddqda

already answered about the terminal,
but I want to add that vscode also supports ipython and jupyter-notebook natively
for the first one, just try to type
# %%
print("hello world") in the
code to run jupyter, just press Ctrl + Shift + P
and start typing the command : create new blank jupyter notebook It
is not necessary to type the whole command
somewhere after create n you will find it in the drop-down list

E
Elvis, 2020-11-05
@Dr_Elvis

There is.
At the bottom there is a Terminal tab, write python there and press enter.
5fa45dae147b3931064593.png

K
kokapuk, 2020-11-06
@kokapuk

To open a terminal in vscode, just press Ctrl + Shift + `, if it didn’t work, do it manually by selecting the Termina -> New terminal tab from above

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question