-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dropdowns to all chapter for
key takeaways
and `environment set…
…up` (#333) * env info for one chapter * changes to preprocessing and visualization section * undo random changes to execution_count * add env info box to the top of all chapters * Revert random changes to muon_to_seurat.ipynb * default text improvements + some design options * design options * add boxes to air_repertoire * boxes for conditions * boxes for cellular-structure + new (unique) anchor logic * updating new anchor logic to existing boxes * first two boxes for chromatin-accessibility * all boxes chromatin accessibility * box for deconvolution * boxes for mechanisms and multimodal integration * boxes for trajectories * boxes for preprocessing * boxes for spatial * boxes for surface protein * boxes for introduction --------- Co-authored-by: Luis <ge34lah@mytum.de>
- Loading branch information
1 parent
248eb74
commit 41b1cb5
Showing
43 changed files
with
1,792 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
1. **Install conda**: | ||
|
||
- Before creating the environment, ensure that [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) is installed on your system. | ||
|
||
2. **Save the yml content**: | ||
|
||
- Copy the content from the yml tab into a file named `environment.yml`. | ||
|
||
3. **Create the environment**: | ||
|
||
- Open a terminal or command prompt. | ||
- Run the following command: | ||
```bash | ||
conda env create -f environment.yml | ||
``` | ||
|
||
4. **Activate the environment**: | ||
|
||
- After the environment is created, activate it using: | ||
```bash | ||
conda activate <environment_name> | ||
``` | ||
- Replace `<environment_name>` with the name specified in the `environment.yml` file. In the yml file it will look like this: | ||
```yaml | ||
name: <environment_name> | ||
``` | ||
|
||
5. **Verify the installation**: | ||
- Check that the environment was created successfully by running: | ||
```bash | ||
conda env list | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.