Skip to content

Commit

Permalink
added example environments (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Dec 14, 2023
1 parent 9157b0e commit 5f5ada8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions example_envs/env_with_extension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: xeus-lite
channels:
- https://repo.mamba.pm/emscripten-forge
- conda-forge
dependencies:
- xeus-python
- ipycanvas
8 changes: 8 additions & 0 deletions example_envs/env_with_many_kernels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: xeus-lite
channels:
- https://repo.mamba.pm/emscripten-forge
- conda-forge
dependencies:
- xeus-python
- xeus-sqlite
- xeus-lua
1 change: 0 additions & 1 deletion example_envs/env_with_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ channels:
- conda-forge
dependencies:
- xeus-python
- xeus-sqlite
- pip:
- python-random-name-generator

0 comments on commit 5f5ada8

Please sign in to comment.