Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/classroom-surf-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apt:
# - 'http://nl.archive.ubuntu.com/ubuntu/pool/universe/n/netcdf-cxx/libnetcdf-c++4-1_4.3.1-2build1_amd64.deb'
# # - 'https://download2.rstudio.org/server/bionic/amd64/rstudio-server-2021.09.0-351-amd64.deb'
miniconda:
name: custom-kernel
name: virtualship
channels:
- conda-forge
- defaults
Expand All @@ -47,6 +47,7 @@ miniconda:
- gsw
# to create ipython-kernels you will always need the package ipykernel
- ipykernel
- jupyter-collaboration
# After conda-packages pip-packages can still be installed
# so install pip ...
- pip
Expand Down