Ask Your Question
0

modifying an active notebook

asked 2011-12-09 10:07:27 +0200

mmarco gravatar image

Using the sagenb.notebook.nbotebook.Notebook class one can edit different properties of a given notebook. The changes are suposed to be saved using the .save() procedure. But if the notebook is active, this procedire doesn't work.

Is there a way to do modifications to an actove notebook without stopping it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-12-10 08:37:06 +0200

Jason Grout gravatar image

Not that I know of. The notebook process is not exposed to the user running a worksheet, and doesn't re-read the notebook configuration files.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2011-12-09 10:07:27 +0200

Seen: 227 times

Last updated: Dec 10 '11