Dear all,
We released originpro v1.1.7, which is compatible with Origin 2023b.
https://pypi.org/project/originpro/1.1.7/
It mainly adds interfaces on Origin's Notes window.
# method
op.new_note(name='')
op.find_note(name='')
nt.append(text, newline=True)
nt.load(fname)
nt.exp_html(fname)
nt.destroy()
# property
nt.text=
nt.syntax=
nt.view=