saving . . . saved how to open text editor has been deleted. how to open text editor has been hidden .
how to open text editor
Title
Question
how to open text editor simulataneously in ipython

Python-3.4.3 Getting-started-with-for 01-02 min 20-30 sec 18-07-20, 10:22 a.m. sravni

Answers:

You can use %edit myfile.py command (use your file name in place of myfile.py), create or edit a file and execute it immediately once you exit.

In case you are on Linux you can use !vim myfile.py to use vim or nano as an external command.


27-07-20, 11:12 a.m. ankitrj.iitb


Log-in to answer to this question.