The boxes around the lines of code make it difficult to see the code. Is there a way to remove them?
Boxes around lines of code
        
          wbond
          
            
        
        #2
      
      You have probably installed some sort of linter that is doing this. If you disable or remove the package, that should stop the outlines.
        0 Likes
      
      
        
          BAD
          
            
        
        #3
      
      How do you remove a linter?
I have installed anaconda package.  Is that where my problem is? Could you please direct me to the help documents? Thank you so much
        0 Likes
      
      
        
          r-stein
          
            
        
        #4
      
      You can disable the linting by opening Preferences > Package Settings > Anaconda > Settings User and add the content:
{
    "anaconda_linting": false,
}
However you may also consider to read the styling guide tipps on the bottom and just fix them.
        0 Likes