Skip to content

Commit

Permalink
Added jupyterlab-lsp
Browse files Browse the repository at this point in the history
Fixes #57
  • Loading branch information
sverhoeven committed Jul 22, 2020
1 parent b11315c commit 58ae4c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions roles/ewatercycle/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@
- xesmf=0.3.0
- xlrd=1.2.0
- xlsxwriter=1.2.9
- python-language-server=0.34.1
- name: eWaterCycle pip dependencies
pip:
executable: '{{ conda_root }}/envs/ewatercycle/bin/pip3'
name:
- jupyterlab_thredds==0.5.0
- jupyter-lsp==0.9.0
- grpc4bmi==0.2.6
- git+https://github.com/eWaterCycle/parametersetdb.git@observation_data
- name: Activate eWaterCycle conda environment during login for all posix_users
Expand Down
5 changes: 3 additions & 2 deletions roles/jupyter/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jupyterlab_extensions: >
[email protected]
@ryantam626/[email protected]
@ewatercycle/[email protected]
@jupyterlab/server-proxy
dask-labextension
@jupyterlab/[email protected]
[email protected]
@krassowski/[email protected]
# JupyterLab extensions that should not be installed, space seperated list
jupyterlab_obsolete_extensions: >
jupyterlab_bokeh

0 comments on commit 58ae4c1

Please sign in to comment.