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
To make stackview work, install it outside the conda environment:
@@ -51,6 +51,20 @@ conda activate genai-gpu
51
51
pip install other-package
52
52
```
53
53
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
+
54
68
## Read more
55
69
56
70
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