Skip to content

Commit f7f8ab6

Browse files
committed
Try to pin server
1 parent 27ce058 commit f7f8ab6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

binder/environment.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ channels:
55
- nodefaults
66

77
dependencies:
8-
#- python =3.10
8+
- python =3.10
99
- pip
10-
#- jupyterlab >=4.1
10+
- jupyterlab >=4.1
1111
- hatchling >=1.5.0
12-
#- ipykernel >=6.29
13-
#- notebook >=7.1
12+
- ipykernel >=6.29
13+
- notebook >=7.1
14+
- jupyter_server >=2.12
1415
- wheel
1516
- build
1617
- ipython >=8.22

binder/ipython_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# c.InteractiveShellApp.extensions = ["ipython_markdown_inspector"] # noqa: F821
1+
c.InteractiveShellApp.extensions = ["ipython_markdown_inspector"] # noqa: F821

0 commit comments

Comments
 (0)