You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm missing 2 things from vscode-jupytet and jupyter in general
When executing a cell, I want to be able to send the whole notebook (maybe cleaned up) as cell exec metadata. This will be handled on the ipython side by me, but I need this functionality in the client (vscode-jupyter for a start, jupyterlab is a separate issue, but who's using it anyway?)
I want a custom payload source "run_next_cell", just like we have "set_next_input" for adding stuff to the next (or, confusingly, current) cell.
Do you think it's possible to achieve this with an extra extension on top of vscode-jupyter, or would I have to fork vscode-jupyter for this? Would the devs be open to adding necessary bindings for it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm missing 2 things from vscode-jupytet and jupyter in general
When executing a cell, I want to be able to send the whole notebook (maybe cleaned up) as cell exec metadata. This will be handled on the ipython side by me, but I need this functionality in the client (vscode-jupyter for a start, jupyterlab is a separate issue, but who's using it anyway?)
I want a custom payload source "run_next_cell", just like we have "set_next_input" for adding stuff to the next (or, confusingly, current) cell.
Do you think it's possible to achieve this with an extra extension on top of vscode-jupyter, or would I have to fork vscode-jupyter for this? Would the devs be open to adding necessary bindings for it?
Beta Was this translation helpful? Give feedback.
All reactions