Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AaronWatters opened this issue Jan 10, 2019 · 3 comments
Closed

Comments

@AaronWatters
Copy link

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
Copy link
Author

According to benweet/stackedit#1177 the exit code has to do with not enough memory.

@santiagobasulto
Copy link
Contributor

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
Copy link
Contributor

@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 [email protected] and we'll see how to provide the extra resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants