Skip to content

krassowski/pyls-memestra

 
 

Repository files navigation

pyls-memestra

Binder

Memestra plugin for the Python Language Server

screenshot

Installation

From pip

pip install pyls-memestra

From Mamba

mamba install -c conda-forge pyls-memestra

From Conda

conda install -c conda-forge pyls-memestra

From source

git clone [email protected]:QuantStack/pyls-memestra.git
cd pyls-memestra
python -m pip install -e .

For a development environment

  1. install dependencies

    mamba install -c conda-forge python jupyterlab nodejs python-lsp-server frilouz memestra jupyter-lsp
    
  2. install the jupyter-lsp frontend extension (only for JupyterLab<3 users):

    jupyter labextension install @krassowski/jupyterlab-lsp           # for JupyterLab 2.x
    # jupyter labextension install @krassowski/[email protected]   # for JupyterLab 1.x
  3. install the pyls-memestra plugin

    python -m pip install -e .

About

Memestra plugin for the Python Language Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 79.7%
  • Jupyter Notebook 20.3%