We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6851bc6 commit c08080bCopy full SHA for c08080b
.github/workflows/build.yaml
@@ -12,6 +12,7 @@ jobs:
12
- name: Build docker image
13
run: |
14
npm install
15
+ npx playwright install chromium
16
npm run build
17
- name: Run test
18
environment.yaml
@@ -2,18 +2,20 @@ name: base
2
channels:
3
- conda-forge
4
dependencies:
5
+ # Base depenndencies
6
- python=3.12
- - git
7
- jupyterlab=4.3.5
8
+ - git
9
+ - ruff=0.9.10
10
+ - nb_conda_kernels=2.5.1
11
+ # Extensions
- papermill=2.6.0
- voila=0.5.8
- - nb_conda_kernels=2.5.1
- ipywidgets=8.1.5
- dash==2.18.2
- jupyterlab-lsp=5.1.0
- jupyterlab_code_formatter=3.0.2
- python-lsp-server=1.12.2
- - ruff=0.9.10
19
- ipydatagrid=1.4.0
20
- ipympl=0.9.6
21
- jupytext=1.16.7
0 commit comments