• Iliya Manolov's avatar
    Shortened the warnings on importing new modules in Jupyter to just one · 4bfcce31
    Iliya Manolov authored
    @Tyagov @kirr 
    
    When someone imported a module in Jupyter they would get a warning for every module they imported like:
    
        WARNING: Your imported from the module numpy without...
        WARNING: Your imported from the module datetime without...
        ...
    
    This fix shortens those to just one warning at the end of output like so:
    
        WARNING: You imported from the modules numpy, datetime, ... without ...
    
    
    
    /reviewed-on !278
    4bfcce31
extension.erp5.JupyterCompile.py 44.2 KB