I have "[16]" in the org-mode file, which is the text that you will see in the ipython shell. How to avoid this text so that it does not generate a footnote in the form of org-mode? This is good inside the example block, but not in the general text. The first [16] is the problem, and all that I have tried so far has not produced just the normal "[16]" in the html output when exporting the file.
def setfrequency():
print 'Setting frequency'
setfrequency()
Run it again and you should see this, but the command number [16]
will be different for you:
In [16]: run sonar
Setting frequency
Thank!
source
share