/// Create split pane components
// creating the script console calls all python init stuff
// so call it first (make toolbar, etc.)
pythonInterpreter = new PythonInterpreter();
scriptConsole = new ScriptConsole(pythonInterpreter);
NengoStyle.applyStyle(scriptConsole);
if (toolbarPanel == null || templatePanel == null) {
// these should be made and set by template.py and toolbar.py
// when the scriptConsole is created, so we shouldn't be here