how to start ipython interpreter
Title
Question
kindly guide me with complete procedure of starting ipython. what is meant by terminal ?
as in the tutorial it has been said press ctrl +alt+ t+ k on terminal here at this point clear what do you mean by terminal.
Python Getting-started-with-ipython 01-02 min 0-10 sec
Answers:
The terminal or the command prompt is an application that allows you run commands to do certain actions on your OS.
Instructions:
For windows:
<a href="https://www.lifewire.com/how-to-open-command-prompt-2618089">https://www.lifewire.com/how-to-open-command-prompt-2618089</a>
For Linux:
Hit the Ctrl + Alt + T buttons on your keyboard simulataneously
In the Terminal please type in the following command,
ipython --pylab
Login to add comment