Skip to content

Commit

Permalink
Merge pull request #4363 from fperez/staging
Browse files Browse the repository at this point in the history
Add code-server (for VSCode support)
  • Loading branch information
fperez authored Mar 13, 2023
2 parents 692fefc + 872d61e commit af61325
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ channels:
- conda-forge

dependencies:
# Base language runtimes
- python==3.10.8
- nodejs=18
- nodejs=16 # code-server requires node < 17

# VS Code support
- jupyter-vscode-proxy==0.2
- code-server==4.10.1

# Other user-facing Python packages
- altair==4.2.2
- bash_kernel==0.9.0
- beautifulsoup4==4.11.1
Expand Down Expand Up @@ -37,7 +43,6 @@ dependencies:
- jupyter-resource-usage==0.7.1
- jupyter_bokeh==3.0.5
- jupyter_server==2.2.1
- jupyter-vscode-proxy==0.2
- jupyterlab==3.6.1
- jupyterlab-drawio==0.9.0
- jupyterlab-favorites==3.1.1
Expand Down

0 comments on commit af61325

Please sign in to comment.