sos-notebook
sos-notebook copied to clipboard
Multi-language Jupyter Notebook
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...
I'm wondering if it is possible to make preview in main notebook configurable. Currently it is taking the entire width of the cell which does not look very nice. Even...
Eg, if I have a workflow step in a notebook: ``` [flash] depends: R_library("stephenslab/flash") ``` Then it should not be too much to ask `%sessioninfo` to display an R session...
Is there a way to do this – if not, could this be implemented? I know I could likely go in and customize the html myself for each generate file,...
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...
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...
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...
The resource figure in the side panel does not resize with the panel. This is doable because [flot](http://www.flotcharts.org/) certainly supports such a feature. 
Cell input for python3 kernel ``` import getpass password=getpass.getpass() ``` Output ``` --------------------------------------------------------------------------- StdinNotImplementedError Traceback (most recent call last) in ----> 1 password=getpass.getpass() /opt/conda/lib/python3.8/site-packages/ipykernel/kernelbase.py in getpass(self, prompt, stream) 834 """...