Additional features of IPython - Tamil
- subtitles off
- captions off
- English
- Tamil
- Questions posted on Forums
- Python 3.4.3 Tutorials - Tamil
-
What is the use of $ symbol ?
Plz explain the use of $ symbol in this video
02-03M 30-40S 2226048@gsgcollege.edu.in
Answer last updated on: Aug. 20, 2024, 5:09 p.m.
-
show() command not working...
I am using IPYTHON 8.24.0 and while running the command as,"%run -i plot_script.py"it shows the blank plot. But when I run "show()" command, it does not show the graph plotted. I mean nothing changes..Also, if there is any editor issue, how to solve that??
07-08M 10-20S Wvinisha10353@gmail.com
Answer last updated on: July 22, 2024, 3:58 p.m.
-
run the save plot
Using the same syntax to run the saved plot file %run -i plot_script.py still it shows Syntax error:EOL while scanning the string literal.please guide me.
06-07M 50-60S aditi.rajvaidya2004@gmail.com
Answer last updated on: June 18, 2024, 12:48 p.m.
-
plot script.py file
How do I open the file named "plot script.py" where all the previous commands will be saved?? I
06-07M 10-20S 20001002020
Answer last updated on: Sept. 28, 2021, 1:28 p.m.
-
%save command
Could not save using %save command.Permission error (Error No.13) showsHow to solve it
05-06M 10-20S Marudhaa
Answer last updated on: Sept. 9, 2021, 6:52 p.m.
-
%save
Does it necessary to save script file with name by putting '_' between? like you did as 'plot_script'. And please show how can i get saved file in pc i mean the script. Im not getting it in my pc anywhere. Please help.
05-06M 40-50S Zohra
Answer last updated on: June 24, 2021, 4:32 p.m.
-
using 2 for saving
Dear Sir/Madam,why do they use 2 before writing the information of command that should be saved like %save show_ included.py 2 4-7 16
08-09M 40-50S harshithagiyer@gmail.com
Answer last updated on: April 29, 2021, 3:53 p.m.
-
Saving commands at different location or path
How to save a command in user defined location? The default location is shown in the video. But if we want to store at different path kindly share the procedure.
05-06M 10-20S surjeetchouhan
Answer last updated on: April 29, 2021, 3:51 p.m.
-
Showing a plot
Inspite of mode is not interactive ,why after writing a run command and pressing enter plot is shown without using show () function?
08-09M 50-60S AnandPatel
Answer last updated on: April 29, 2021, 3:45 p.m.
-
Regarding relevance of IPython with my past experience in mechanical engineering(2010)
HiPlease guide me as of how this course is relevant to me being a mechanical engineer(2010 pass out). I'm in dilemma with whatsoever course I have started. Please guide.
07-08M 50-60S kuldeepkumar6424
Answer last updated on: April 10, 2021, 8:09 p.m.
-
history command
I am using google colab python online. When I type the command " %history() " it does not show the history of commands typed. please help
03-04M 20-30S Piyush_PS
Answer last updated on: Sept. 7, 2020, 10:07 p.m.
-
Running a script
In my case, the plot is displayed when I use the run command, whereas there is no output when I run the show() function. Why is it so?
06-07M 20-30S Mitalidas
Answer last updated on: July 8, 2020, 11:57 p.m.
-
About viewing the save file
Hello, May I know how to view the plot_script.py file which will be after saving by using the command %save plot_script.py in windows version.
05-06M 30-40S sweacha.lakshmi@gmail.com
Answer last updated on: June 1, 2020, 9:31 a.m.
-
How to open saved file using %save in windows
Hello,I am using window 10 and not able to open saved file in ipython. In the lecture ' Additional features of Python' instructor has opened the saved file at 06:10 mints of lecture. Pl guide me how to open a saved file (in Editor) from ipython command window.Thanks
06-07M 10-20S g_shashidar
Answer last updated on: May 15, 2020, 2:25 p.m.
-
doubt in labels
xlable("$X$")---------------------------------------------------------------------------TypeError Traceback (most recent call last)<ipython-input-117-e613db4a41e3> in <module>----> 1 xlable("$X$")error is thrown.
06-07M 0-10S archana.naware@gmail.com
Answer last updated on: May 5, 2020, 2:43 a.m.
-
Regarding %Save command
If i want to save history to different location then what is to be type? i wrote -- %save History.py 2-5 7%save d:\python FDP\History.py 2-5 7pwd 'C:\\Users\\Lenovo'%save D:\\python FDP\\History.py 2-5 7%save D:\python FDP\History.py 2-5 7%run -i History.py%run -i History.pyexecuting without error but file not getting created.
06-07M 10-20S anjalideore13@gmail.com
Answer last updated on: April 29, 2020, 11:37 p.m.
-
opening of text editor
hello,my query specific to timing 6:08-6:12mins wherein you have opened the text editor to check the commands saved in the text box. whic command have you used to open the text box. I am using windows.thanks
06-07M 0-10S kabirkohli85
Answer last updated on: April 27, 2020, 9:17 p.m.
-
run python script
I saved a portion of my command history as plot_script.py file.How to open the file?While opening it asks for application to open the file.If file is opened as text file then while using run command there is a problem. %run (<file name>) is executed without any error but when I use show() it does show the plot in figure window. Why this is so?
08-09M 0-10S gourihalde@gmail.com
Answer last updated on: April 22, 2020, 10:10 a.m.
-
error
i am getting error for the command %save while saving the history
05-06M 30-40S venkatpriyanka2000@gmail.com
Answer last updated on: April 18, 2020, 12:18 p.m.
-
Save python script error
I am getting an error when I run save command. I am using save plot_script.py 2-4 This is the error save plot_script.py 2-4 File "<ipython-input-18-fe4f4b8c940f>", line 1 save plot_script.py 2-4 ^SyntaxError: invalid syntaxI am using Spyder IDE and I am a window userKindly resolve my issue
06-07M 10-20S Tijoo
Answer last updated on: April 14, 2020, 5:53 p.m.
-
title of plot
The command:title("$x and xsin(x)$")results in the title as xandxsin(x) without any spaces.How to provide spaces in the title?
02-03M 50-60S vedavidya
Answer last updated on: Feb. 5, 2020, 2:55 p.m.
-
ipython
What is ipython interpreter
00-01M 0-10S zion_zion7777
Answer last updated on: Feb. 5, 2020, 2:41 p.m.
-
Additional features of phython
In what way python is applicable in mathematics. Can it can be using solved advanced differential equations
00-01M 0-10S St.wilfred
Answer last updated on: June 22, 2019, 12:11 p.m.
-
Getting error "NameError: name 'linspace' is not defined"
Getting error "NameError: name 'linspace' is not defined"
06-07M 50-60S paresh.rkcet@gmail.com
Answer last updated on: May 25, 2019, 2:48 p.m.
Questions posted on ST Forums:
443 visits
Outline:
Outline: Python 3.4.3 ஐ பயன்படுத்துவது IPython 5.1.0 ஐ பயன்படுத்துவது %history command ஐ பயன்படுத்தி, historyஐ மீட்டெடுப்பது %history command க்கு argumentஐ pass செய்வதன் மூலம், historyன் ஒரு பகுதியை மட்டுமே பார்ப்பது குறிப்பிட்ட code வரிகளை பெற, %historyக்கு argumentகளை pass செய்வது '%save' command ஐ பயன்படுத்தி, தேவையான code வரிகளை, தேவையான வரிசையில் சேமிப்பது ஒரு சேமிக்கப்பட்ட scriptஐ run செய்ய, '%run -i' commandஐ பயன்படுத்துவது
Width: | 876 | Height: | 660 |
---|---|---|---|
Duration: | 00:11:57 | Size: | 6.7 MB |
Show video info