can't select Python environment as kernel because the extension tries to write to a system path #16576
Unanswered
paciorek
asked this question in
Questions and Answers
Replies: 1 comment
-
I don't think this will impact on selecting a Python kernel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're using the Jupyter extension on a Linux cluster, with the extension installed at the system level. (This is in the context of running code-server through Open OnDemand, though I think that is not directly relevant.)
When a user tries to select a Python environment as the kernel, nothing happens from the user perspective. In the logs, one sees that the extension is trying to create a
temp
directory in the system directory where the extension is installed, which the user has no permission to do.Is there any way for us to configure the extension to only write to
/tmp
or to some directory in the user's home directory?Beta Was this translation helpful? Give feedback.
All reactions