how to add jars for scala kernel #10151
Answered
by
DonJayamanne
git0114106
asked this question in
Questions and Answers
-
how do I add jars to my kernel before it launches?. |
Beta Was this translation helpful? Give feedback.
Answered by
DonJayamanne
May 30, 2022
Replies: 1 comment
-
You can add custom env variables to your kernels as follows:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rchiodo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add custom env variables to your kernels as follows:
.env
in your workspace folderCLASSPATH
will be available to the kernelHope this helps.