Skip to content

Commit

Permalink
Try to pin server
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 22, 2024
1 parent 27ce058 commit f7f8ab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ channels:
- nodefaults

dependencies:
#- python =3.10
- python =3.10
- pip
#- jupyterlab >=4.1
- jupyterlab >=4.1
- hatchling >=1.5.0
#- ipykernel >=6.29
#- notebook >=7.1
- ipykernel >=6.29
- notebook >=7.1
- jupyter_server >=2.12
- wheel
- build
- ipython >=8.22
2 changes: 1 addition & 1 deletion binder/ipython_config.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# c.InteractiveShellApp.extensions = ["ipython_markdown_inspector"] # noqa: F821
c.InteractiveShellApp.extensions = ["ipython_markdown_inspector"] # noqa: F821

0 comments on commit f7f8ab6

Please sign in to comment.