PYNotebook
extends Nodebook
"PYNotebook" is used for .py
files.
Usage
Setup
note(code)
Similar to addLine()
but it does not automatically add an indent.
string code
:
The Python code to add.
comment(comment)
Insert a Python Comment.
string comment
:
The comment message to add.
run()
Attempts to run the python file.
import(module)
Inserts import ()
at the top with the module provided.
Last updated