Memestra plugin for the Python Language Server
pip install pyls-memestra
mamba install -c conda-forge pyls-memestra
conda install -c conda-forge pyls-memestra
git clone git@github.com:QuantStack/pyls-memestra.git
cd pyls-memestra
python -m pip install -e .
-
install dependencies
mamba install -c conda-forge python jupyterlab nodejs python-lsp-server frilouz memestra jupyter-lsp
-
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/jupyterlab-lsp@0.8.0 # for JupyterLab 1.x
-
install the
pyls-memestra
pluginpython -m pip install -e .