keryil / PraatKatili

A praat mockup aimed at being hackable by mere mortals. Based on pyAudioAnalysis, IPython, Qt and god knows what else at this point.
GNU General Public License v3.0
0 stars 0 forks source link

IPython notebook support #6

Open keryil opened 7 years ago

keryil commented 7 years ago

Might be useful to have a notebook as well as a shell. Could use the same kernel.

keryil commented 7 years ago

Will not use the same kernel, because the shell is in-process. Instead, I just spawn a new jupyter notebook process. It might be nice to have variety like this, although we should be able to revert to the original plan if needed.