deepklarity / jupyter-text2code

A proof-of-concept jupyter extension which converts english queries into relevant python code
MIT License
2.1k stars 360 forks source link

404 error while using the jupyter extension #15

Closed vj-python closed 3 years ago

vj-python commented 4 years ago

Hitting Mopp it in the Jupyter extension throws 404 errors.

404 GET /mopp?query=import%20all%20libraries&dataframes_info=%27%7B%7D%27 (127.0.0.1)

dk-crazydiv commented 4 years ago

Could you please provide more info on your OS and also some logs of when you start jupyter notebook. This error happens when server extension isn't loaded. It could be related to #14, and in the meantime you could manually workaround the error using steps here: #8. Looking at jupyter notebook logs will should be a good start.

dk-dsr commented 3 years ago

Closing due to no response.