sos-notebook
sos-notebook copied to clipboard
Multi-language Jupyter Notebook
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.
I"m using `report` action to dump some utility functions, see below:  Not sure how hard it is but it would be real nice to add some argument in `report`...
`%lsmagic` seems to be a standard way for users to explore available magics. Perhaps we should support it.
With recent ideas on folder-based notebook (#240 ), sandbox (#262), and user of docker, we are ready to conceptualize "fully reproducible" project or workflow. In essence: 1. Physically speaking the...
With the proposed "folder-based notebook" feature #240 with configuration for docker images, it should be possible to implement a "reproducibility verification" feature. Basically, with this feature, a docker image will...
Right now our "notebook" is a Jupyter Notebook in JSON format. However in reality the results of our data analysis usually consist of a notebook, and various result files such...
Right now sos put `kernel` directly under `metadata`, while other extensions put it under their own namespace (e.g. `metadata/jupyter/source_hidden`). I think we should do this as well although that means...
This ticket is related to #247 When we use nbconvert, there is no frontend_comm so some of the notebook features will not be available. In particular, the tasks table, background...
I have found that it needs quite some time for the SoS kernel to be "ready", meaning when the frontend gets the list of kernels and ready to be used....