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 ae2437c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,16 @@ 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
%(doc)s
%(jupyter)s
%(sty)s
%(test)s
%(test)sphinxcontrib
sphinx-autobuild
tox >=1.9 # for skip_install, use_develop
virtualenv !=20.16.*; python_version <"3.7.0" # https://github.com/ComPWA/qrules/actions/runs/4116487921/jobs/7106603597#step:3:78
Expand Down

0 comments on commit ae2437c

Please sign in to comment.