--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/e1a6cdfc-c2ab-4a36-841d-da150a78a008%40googlegroups.com.
You're calling the function inside the function definition. None of the code inside the function runs until you call it, and that includes the call to the function you just added.In Python, indentation defines what's inside a function (or a loop, or an if block...). So unindent your graphRawFX() call so that it's at the left hand edge of the cell.
On 21 December 2016 at 18:58, Vinayak Patankar <destinych...@gmail.com> wrote:
Hi takowl ,I Tried that as well but still it doesnt work...i have attached a screenshot to my code..
On Wednesday, December 21, 2016 at 10:10:21 PM UTC+5:30, takowl wrote:Hi Vinayak,Your code defines a function, but it never runs that function. After definining the function, you need to call it:graphRawFX()
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/73b4e175-b7a9-452b-a3ea-62b656332268%40googlegroups.com.