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 ca900a0 commit e06cd57Copy full SHA for e06cd57
docs/classroom-surf-environment.yml
@@ -29,7 +29,7 @@ apt:
29
# - 'http://nl.archive.ubuntu.com/ubuntu/pool/universe/n/netcdf-cxx/libnetcdf-c++4-1_4.3.1-2build1_amd64.deb'
30
# # - 'https://download2.rstudio.org/server/bionic/amd64/rstudio-server-2021.09.0-351-amd64.deb'
31
miniconda:
32
- name: custom-kernel
+ name: virtualship
33
channels:
34
- conda-forge
35
- defaults
@@ -47,6 +47,7 @@ miniconda:
47
- gsw
48
# to create ipython-kernels you will always need the package ipykernel
49
- ipykernel
50
+ - jupyter-collaboration
51
# After conda-packages pip-packages can still be installed
52
# so install pip ...
53
- pip
0 commit comments