metakernel
metakernel copied to clipboard
Do no wait for the default prompt on startup
If the user defined a custom prompt, the expect on default prompt always timeout before setting the new prompt.
An alternative would to use bash/powershell command line to either:
- disable user defined configuration (~/.bashrc or $PROFILE)
- Pass the prompt definition as argument to execute it first then wait for it.