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

Demo on MyBinder #5

Open psychemedia opened 4 years ago

psychemedia commented 4 years ago

Does the package actually require a GPU in order to run the extension? I can imagine the GPU is needed for the training runs, but the resource requirements should be less to just run the extension?

If the extension will run without a GPU, it would be useful to have a MyBinder demo so folk can try it out without any installation requirements.

dk-crazydiv commented 4 years ago

I am able to use postBuild scripts to install the frontend extension. But I am still unable to use the serverextension. On private machines, the extension gets loaded at http://localhost:8888/mopp. However binder hosts single domain aliases for all users through routes like https://hub.gke.mybinder.org/user/dk-crazydiv-jupyter-text2code-oztr656c/.

I am still exploring and stuck on:

I'll be installing repo2docker which binder uses and have a look.

psychemedia commented 4 years ago

@dk-crazydiv Hmm.. actually, I think I may have seen this in s/thing else before.... From the docs, I think fiddling with the absolute_url setting may be related to this issue?