Skip to content

Commit e4e3724

Browse files
Update install_paula.md
1 parent 6448abc commit e4e3724

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/00_setup/install_paula.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ conda activate genai-gpu
3131

3232
Make this conda environment available to Jupyter hub like this:
3333
```
34-
python -m ipykernel install --user --name 'genai-gpu' --display-name "ScaDS.AI genai-gpu"
34+
python -m ipykernel install --user --name 'genai' --display-name "ScaDS.AI genai"
3535
```
3636

3737
To make stackview work, install it outside the conda environment:
@@ -51,6 +51,20 @@ conda activate genai-gpu
5151
pip install other-package
5252
```
5353

54+
## Troubleshooting
55+
56+
In case the Jupyter Kernel doesn't work and/or needs to be removed, you can check if it's installed by printing out the list of installed kernels:
57+
58+
```
59+
jupyter kernelspec list
60+
```
61+
62+
And you can uninstall them using this command:
63+
64+
```
65+
jupyter kernelspec uninstall genai
66+
```
67+
5468
## Read more
5569

5670
These instructions were derived/modified from [this page](https://www.sc.uni-leipzig.de/05_Instructions/Jupyter/#how-to-use-your-own-environments-and-kernels).

0 commit comments

Comments
 (0)