We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ce058 commit f7f8ab6Copy full SHA for f7f8ab6
binder/environment.yml
@@ -5,12 +5,13 @@ channels:
5
- nodefaults
6
7
dependencies:
8
- #- python =3.10
+ - python =3.10
9
- pip
10
- #- jupyterlab >=4.1
+ - jupyterlab >=4.1
11
- hatchling >=1.5.0
12
- #- ipykernel >=6.29
13
- #- notebook >=7.1
+ - ipykernel >=6.29
+ - notebook >=7.1
14
+ - jupyter_server >=2.12
15
- wheel
16
- build
17
- ipython >=8.22
binder/ipython_config.py
@@ -1 +1 @@
1
-# c.InteractiveShellApp.extensions = ["ipython_markdown_inspector"] # noqa: F821
+c.InteractiveShellApp.extensions = ["ipython_markdown_inspector"] # noqa: F821
0 commit comments