Skip to content

Commit

Permalink
DX: enable language navigation on Jupyter Lab
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 9, 2023
1 parent 151118f commit 90b123c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ version.py
.ipynb_checkpoints/
.mypy*/
.pytest_cache/
.virtual_documents/
__pycache__/
htmlcov/
prof/
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jupyter =
ipywidgets
jupyterlab
jupyterlab-code-formatter
jupyterlab-lsp
jupyterlab-myst; python_version >="3.7.0"
python-lsp-server[rope]
ypy-websocket <0.8.3; python_version=="3.7.*"
dev =
%(all)s
Expand Down

0 comments on commit 90b123c

Please sign in to comment.