ipython notebook - Writing out evaluated cellcontent to file -


hi following:

my cell contains:

%%writefile foo.txt = 'bar' print(a) 

after evaluation of cell foo.txt like:

a = 'bar' bar 

but can trigger evaluation of content of cell before it's written out?


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -