Bo

Results 404 comments of Bo

Thanks for mentioning my transient data proposal. I have updated #4550 with an [updated screenshot](https://github.com/jupyterlab/jupyterlab/issues/4550#issuecomment-490568042) that shows the use of console panel (bottom portion) to display transient data.

To me restarting kernel is a major operation as rerunning my notebook might take hours, so I would oppose a shortcut that restarts my kernel without confirmation. Also there is...

I do not like C either. I think b) is more reasonable because the answer for the question largely depends on the complexity of the notebook that the users are...

This is a known issue. `sos-notebook` was not designed for a workflow where interactive user input is needed. It may not be very difficult to support it though.

But this should work for `jupyterlab-sos`, which is actually the preferred frontend for `sos`. Is there any reason why you have to use the classic jupyter notebook?

I just updated the docker image to use the latest version of `jupyterlab` and `jupyterlab-sos`. Could you please test it? The command would be the same but the jupyterlab instead...

Jus to thrown in another use case that I am working on, namely pressing "add to cart" would change the button to a disabled "added to cart", and update the...

I am evaluating django-q with the same docker-compose + digital ocean setttings, I suppose you also used the django-cookie-cutter. I am just starting and do not have a solution, just...

[cookiecutter-django](https://github.com/pydanny/cookiecutter-django) has a [docker-compose set up for celery](https://github.com/pydanny/cookiecutter-django/tree/master/%7B%7Bcookiecutter.project_slug%7D%7D/compose/production/django) . There are some scripts for celery, flower etc in its docker file. I have tried this setup on digitalocean and can...

Must be something Digital ocean (DO) specific.