I have wriiten the code in juypter note book now where should i debug that code

i have wriiten the code in juypter note book now where should i debug that code. Means how shouls I execute my class of Quotes spider in jupter notebook and where should i write all those command like "scrapy crawl quotes_spider " in my juypter notebook

means to say what should i do after writing the code of clawss on jupter notebook

i have resolved the above issue but after running my command its giving this error KeyError: ‘Spider not found: quotes_spider’

hey buddy ,
you don’t need to run them in jupyter notebook ,
scrapy calls a lot of it files while running to connect, hence please a make a py file and then run.

for this you need to provide that name variable value that you have initialized in your code

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.