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: docs/environment.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,16 @@ dependencies:
72
72
- numpy
73
73
```
74
74
75
+
### Multi environment support
76
+
77
+
Starting with jupyterlite-xeus v4.0.0a0, you can now pass multiple environment files or prefixes.
78
+
79
+
```
80
+
jupyter lite build --XeusAddon.environment_file=environment-python.yml --XeusAddon.environment_file=environment-r.yml
81
+
```
82
+
83
+
⚠ This feature is experimental, installing the same kernel in two environments does not work currently. This feature is only useful for e.g. splitting a R environment from a Python environment ⚠
84
+
75
85
### pip packages
76
86
77
87
⚠ This feature is experimental. You won't have the same user-experience as when using conda/mamba in a "normal" setup ⚠
0 commit comments