Skip to main content

Memestra plugin for the Python Language Server

Project description

pyls-memestra

Binder

Memestra plugin for the Python Language Server

screenshot

Installation from source

git clone git@github.com:QuantStack/pyls-memestra.git
cd pyls-memestra
python -m pip install -e .

For a development environment

  1. install python

    conda install -c conda-forge python=3
    
  2. install JupyterLab

    conda install -c conda-forge 'jupyterlab>=2,<2.1.0a0'
    
  3. install the server extension:

    pip install jupyter-lsp
    
  4. install nodejs

    conda install -c conda-forge nodejs
    
  5. install the frontend extension:

    jupyter labextension install @krassowski/jupyterlab-lsp           # for JupyterLab 2.x
    # jupyter labextension install @krassowski/jupyterlab-lsp@0.8.0   # for JupyterLab 1.x
    
  6. install python language server:

    conda install -c conda-forge python-language-server
    
  7. install Memestra:

    pip install memestra
    
  8. install the plugin

    python -m pip install -e .
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyls-memestra-0.0.3.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

pyls_memestra-0.0.3-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page