We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd35a9 commit e2c03baCopy full SHA for e2c03ba
.devcontainer/Dockerfile
@@ -47,9 +47,6 @@ ENV DJ_PASS simple
47
ENV EPHYS_ROOT_DATA_DIR /workspaces/element-array-ephys/example_data
48
ENV DATABASE_PREFIX neuro_
49
50
-# Set up Jupyter kernel
51
-RUN python -m ipykernel install --user --name=python3 --display-name="Python 3.11"
52
-
53
USER vscode
54
55
CMD bash -c "sudo rm /var/run/docker.pid; sudo dockerd"
.devcontainer/devcontainer.json
@@ -22,8 +22,8 @@
22
},
23
"vscode": {
24
"extensions": [
25
- "ms-python.python@2023.8.0",
26
- "ms-toolsai.jupyter@2023.3.1201040234"
+ "ms-python.python@2025.6.1",
+ "ms-toolsai.jupyter@2025.4.1"
27
]
28
}
29
0 commit comments