erp5_kernel: render errors of wrong environment.define and undefine calls in Jupyter
@Tyagov, please review.
Errors currently captured:
- environment.define call 1st argument is not a function and/or 2nd argument is not a string
- environment.define call argument is not a string
- environment.undefine trying to remove a function that is not in the environment
Proper tests were added.