/notebook/deprecated/09-1-atom-for-python

Configuring Atom for Python


  1. Activate whatever conda environment you need to

    activate <environmentname>
    
  2. Install packages for atom

    apm install ide-python atom-python-run
    
  3. Install python support packages

    python3 -m pip install 'python-lsp-server[all]'
    python3 -m pip install git+https://github.com/tomv564/pyls-mypy.git
    

About

I am an engineer and educator, having spent ten years as a professor. My goal is to help you build your knowledge of design and technology, get your hardware working, and propel your startup or small business. Get in touch!

Read More...