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
Currently, a notebook source can only be changed/retrieved globally through its source attribute, but it could be interesting to be able to change/retrieve only a particular cell.
Proposed Solution
Add YNotebook.set_cell(index, cell) and YNotebook.get_cell(index).
Additional context
In jupyter-server/jupyverse#191 we are experimenting with a kernels REST API that allows to execute and update a cell from the back-end, where this could be useful.
The text was updated successfully, but these errors were encountered:
Problem
Currently, a notebook source can only be changed/retrieved globally through its
source
attribute, but it could be interesting to be able to change/retrieve only a particular cell.Proposed Solution
Add
YNotebook.set_cell(index, cell)
andYNotebook.get_cell(index)
.Additional context
In jupyter-server/jupyverse#191 we are experimenting with a kernels REST API that allows to execute and update a cell from the back-end, where this could be useful.
The text was updated successfully, but these errors were encountered: