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 acbab13 commit 41cf438
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 @@ -22,6 +22,7 @@ version.py
.ipynb_checkpoints/
.mypy*/
.pytest_cache/
.virtual_documents/
__pycache__/
coverage.*
htmlcov/
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jupyter =
%(doc)s
jupyterlab >=3.0
jupyterlab-code-formatter
jupyterlab-lsp
jupyterlab-myst
python-lsp-server[rope]
ypy-websocket <0.8.3; python_version <"3.8.0"
test =
nbmake
Expand Down

0 comments on commit 41cf438

Please sign in to comment.