Hello from the terminal!
AESB2122 - Signals and Systems with Python
+
button in Jupyterlab’s file browser and select Terminal
in the new Launcher tabNew
button in the top right corner and select Terminal
.Terminal
> New Terminal
.Type in terminal:
✅ Output (example):
Python 3.X.X
where the Xs correspond to the specific version numbers installed on your system.
Type:
You’ll see:
Python 3.x.x ...
>>>
Now try:
Exit with:
In the terminal, type:
You will see some path that shows you where you currently are. Example:
Tab
, it will auto-complete the name for you, provided there are not multiple directories starting with that same prefix.ls
(Mac/Linux) or dir
(Windows) to list files in the current directory.Go to the terminal and if needed, change directory to where you have the hello.py
file saved.