Bo

Results 173 issues of Bo

Large number of tasks add a bunch of task status outputs to the notebook, which can cause Jupyter to become really slow. This problem has been discussed in a number...

enhancement
help wanted

It is very difficult to guess a working port, but it is possible to start a remote sos process, and return a port that is used by another sos session,...

Which should be faster.

enhancement
good first issue

vatlab/sos#1420 The problem is that `%task` is supposed to handle only tasks, and we may need an additional magic (or not) to handle `sos status`, `sos kill` of workflows etc.

Right now `-r` is used solely for workflow so the following does not work, but it does not yield any error message or result. ``` %run -r host !ls ```

#258 proposed the use of separate Python environments (e.g. conda environments) but in theory we could allow the start of kernels in a docker image, which would provide better insulation...

discussion
request

I’ve noticed that when I send a lot of tasks (about 130) at the same time to HPC, the GUI for whether a task has finished completing doesn’t update (fig...

This is an extension to vatlab/sos#695 and is related to vatlab/sos#688 On a multi-user environment, there can be multiple versions of the same interpreter that are loaded on demand with...

From r to sos, perhaps also from other kernels. A warning should be given if a variable fails to transfer.

bug
soon

`%lsmagic` seems to be a standard way for users to explore available magics. Perhaps we should support it.