notebooks-ai / notebooks-help

Issues with Notebooks.ai? Create an issue here!
https://notebooks.ai
MIT License
14 stars 5 forks source link

trying to enable widgets and install my own widget implementations #4

Closed AaronWatters closed 5 years ago

AaronWatters commented 5 years ago

Hi. I'm trying to add standard IPython widgets and also install my own widget implementations and the installation steps are not working.

$ jupyter labextension install @jupyter-widgets/jupyterlab-manager

ends with

screen shot 2019-01-10 at 2 30 46 pm

And I can't make a standard Button

screen shot 2019-01-10 at 2 36 36 pm

I'm trying to follow instructions here, which work in other places:

https://github.com/AaronWatters/jp_proxy_widget

And ultimately I want this notebook to work as advertised:

https://github.com/AaronWatters/jp_doodle/blob/master/notebooks/workshop/Set%20up%20verification.ipynb

Thanks!

AaronWatters commented 5 years ago

According to https://github.com/benweet/stackedit/issues/1177 the exit code has to do with not enough memory.

santiagobasulto commented 5 years ago

Hello @AaronWatters ! Thanks for reaching out. Usually, a Python direct Killed message happens when you run out of memory. We're working on a way to create more powerful containers (more memory and CPU). I'll try installing widgets with that and if it works we can talk privately to enable extra resources for you!

santiagobasulto commented 5 years ago

@AaronWatters indeed, it's a problem of memory but also serving static files; we serve them from a CDN which doesn't include the js of the new extensions. Can you email me at santiago@rmotr.com and we'll see how to provide the extra resources.