You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflows/shared-conda-environment.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
We are excited to announce that, beginning in Fall 2025, we will introduce the ability to create a shared Conda environment for instructors in selected hubs. This feature will allow instructors to create a custom kernel, install the desired packages, and have those changes automatically reflected in the student kernel. This streamlined process provides autonomy to instructors in making quick changes to the instructional environment.
4
4
5
-
If you are interested in piloting the shared Conda environment in your hub, we encourage you to contact the DataHub team via [GitHub](https://github.com/berkeley-dsep-infra/datahub/issues/new?template=featurerequest.md] for more information and to express your interest.
5
+
If you are interested in piloting the shared Conda environment in your hub, we encourage you to contact the DataHub team via [GitHub](https://github.com/berkeley-dsep-infra/datahub/issues/new?template=featurerequest.md) for more information and to express your interest.
6
6
7
7
8
8
## Steps for Creating and Registering a Shared Conda Environment in Jupyter
@@ -19,13 +19,13 @@ If you are interested in piloting the shared Conda environment in your hub, we e
19
19
20
20
- Open a terminal from Jupyterlab, run
21
21
22
-
```{bash}
22
+
```bash
23
23
conda init
24
24
```
25
25
26
26
If you see the “No action taken” error, run the following
27
27
28
-
```{bash}
28
+
```bash
29
29
source~/.bashrc
30
30
```
31
31
@@ -35,40 +35,40 @@ source ~/.bashrc
35
35
You can check if notebook exists by running conda env list
36
36
```
37
37
38
-
```{bash}
38
+
```bash
39
39
conda list --explicit --prefix /srv/conda/envs/notebook > base-env.txt
0 commit comments