Skip to content

Notebook templates #1964

Discussion options

You must be logged in to vote

I also wanted a way to inject cells into a notebook quite a while back. I do not think you can inject cells into the notebook simply during the loading phase of the package. A not so drastic workaround to that would be to define in your package an initialization function (that you have to call yourself inside a separate cell) that outputs some javascript code to do what you want.

You can add, populate and execute cells from the frontend using javascript, I do not think you can do that from the julia side as a package outside of Pluto.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant