saving . . . saved python has been deleted. python has been hidden .
python
Title
Question
is working on ipython is same as working on python 3.5?
how to use pylab (plot library ) on idle python 3.5

Python-3.4.3 Using-plot-command-interactively 00-01 min 0-10 sec 22-06-19, 11:25 a.m. Nigam.1611

Answers:

Unfortunately, Pylab cannot be used with IDLE. In case you wish to use IDLE, you will have to import matplotlib, numpy and related packages manually using import functionality.

When you work in an IPython console, you are already using Python 3.5 directly. IPython console is just an interpreter environment to help you run commands and check the output (along with other features that you may not find in IDLE and simple python interpreters)
22-06-19, 11:30 a.m. ankitrj.iitb


Log-in to answer to this question.