Skip to content

Commit e2c03ba

Browse files
committed
fix: jupyter kernel
1 parent 1cd35a9 commit e2c03ba

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ ENV DJ_PASS simple
4747
ENV EPHYS_ROOT_DATA_DIR /workspaces/element-array-ephys/example_data
4848
ENV DATABASE_PREFIX neuro_
4949

50-
# Set up Jupyter kernel
51-
RUN python -m ipykernel install --user --name=python3 --display-name="Python 3.11"
52-
5350
USER vscode
5451

5552
CMD bash -c "sudo rm /var/run/docker.pid; sudo dockerd"

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"vscode": {
2424
"extensions": [
25-
"ms-python.python@2023.8.0",
26-
"ms-toolsai.jupyter@2023.3.1201040234"
25+
"ms-python.python@2025.6.1",
26+
"ms-toolsai.jupyter@2025.4.1"
2727
]
2828
}
2929
}

0 commit comments

Comments
 (0)