jupyter-server/kernel_gateway

NameError: name 'REQUEST' is not defined

pfilipko opened this issue · 1 comments

Hi,

When I try to use global variable REQUEST with kernel_gateway I got the error:

NameError: name 'REQUEST' is not defined

Could you help?

Ups, my fault - it wasn't mentioned in description that I should declare REQUEST manually with proper fields and I tried to use it as built-in library variable. You can delete the issue ;)