emacs-jupyter / jupyter

An interface to communicate with Jupyter kernels.
GNU General Public License v3.0
914 stars 89 forks source link

[Bug/FR] does not work with read-only cells #505

Open NightMachinery opened 8 months ago

NightMachinery commented 8 months ago

I am using org-transclusion to share noweb cells between different files. It works, but the transcluded content is read-only, and this triggers the following error:

Error running timer ‘jupyter-event-handler’: (text-read-only)

Can emacs-jupyter work with read-only cells? It simply needs to discard the outputs and just run them for effect.