Bo

Results 404 comments of Bo

![Screen Shot 2019-07-02 at 12 49 35 PM](https://user-images.githubusercontent.com/9889312/60534650-ee2f1a00-9cc7-11e9-891e-020e512bdb6e.png) Right now in sos you can use parameter `args` to specify parameters to shell (and other) actions, and SoS Notebook in classic...

@gaow It is possible to retain `_input` after processing `input:` statement, but how about `output:`? ``` output: _input.with_suffix('.bak') ``` might work all right, but ``` output: whatever, group_by=1 ``` would...

I have pushed some changes to allow persistent `step_input`, `_input` etc. It roughly works but as you can see, there will be a warning message saying `_output` does not exist...

Unfortunately jupyterlab/jupyterlab#6606 was rejected so the behavior will be different between classic Jupyter and JupyterLab unless we change the behavior on the classic jupyter end..

I think this also gives us an opportunity to fine tune the behavior. That is to say, we can add a property in our language module and limit the "full...

That is now a jupyterlab feature. I think I enabled the shortcut but perhaps I did not. Check if run in console from menu works.

It appears to be working, but not at first when the SoS kernel has not been started, which by itself could be a bug.

Thanks for the report. I will have a look.

I pushed a simple fixes and the console appears to be working. However, because the console cannot communicate with the backend to get a list of kernels, it does not...

Thanks for your quick reply. I will use `stripe.Customer.list_balance_transactions` directly for now.