Bo

Results 173 issues of Bo

I have not yet found an example where a step produces usable non-file target. We have * `executable`, possible, but even if we can generate an executable in a step,...

discussion

The following patch load mode only when they are needed. It is supposed to work but somehow does not. ``` diff --git a/src/sos_notebook/kernel.js b/src/sos_notebook/kernel.js index e5d340c..5b7165a 100644 --- a/src/sos_notebook/kernel.js +++...

enhancement
help wanted
good first issue

This seems to be useful information to display.

Scala should in my opinion be the next language to support (after Ruby) because it has a Java root, which allows us to work with other Java flavored languages/kernels such...

discussion

I came across a case when a notebook is running and I open it from another host, I cannot click any of the buttons because the `onclick` stuff is removed...

discussion

Currently, when we open a notebook with a bunch of tasks, and refresh, it will get the most recent status but the tasks are not monitored so manual update will...

request

SoS uses customized comm for many magics for interactive use and the comm would not exist in batch mode. That is to say, we will have to disable some magics...

https://coveralls.io/github/vatlab/sos-notebook The coverage rate of sos notebook source code is not great. Mostly because the source code are triggered behind the sos kernel. Perhaps there is some way we can...

help wanted

Not at all sure if it can be done but one problem with the notebook interface is that the outputs are appended to the output cell and you have to...

bug
enhancement
discussion

After a notebook has been running for a long time (e.g. waiting for long tasks to complete), the frontend `sos_comm` can be disconnected for some reason, and the notebook becomes...

bug