I found the solution is related to the setup. for setting up the TCP connection in jupyter or spider. we need to restart our kernel then it will work fine.
it looks like there is no issue in the code, is there any settings that I need to set somewhere.
and can anyone tell me what could be the way to react to the Zerodha tech support?
@sujith thanks for the reply. from the link I got some code info now
I used this code below -
+++++++++++++++++++
from kiteconnect import KiteTicker
import os
cwd = os.chdir("D:\Investments\AlgoTrading")
access_token = open("access_token.txt",'r')…