sos-notebook icon indicating copy to clipboard operation
sos-notebook copied to clipboard

Multi-language Jupyter Notebook

Results 49 sos-notebook issues
Sort by recently updated
recently updated
newest added
trafficstars

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

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...

request

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...

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

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. ![image](https://user-images.githubusercontent.com/9889312/31963912-f5a99ae8-b8c7-11e7-9293-00aad05914ae.png)

enhancement

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 """...

enhancement
request