-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use custom conda environment in Jupyter Notebook when user wants to use it #2050
Use custom conda environment in Jupyter Notebook when user wants to use it #2050
Conversation
- to activate the custom environment - for the respective Jupyter Notebook and Jupyter Console Signed-off-by: Ayaz Salikhov <[email protected]>
Signed-off-by: Ayaz Salikhov <[email protected]>
I checked the image and @benz0li please review 🙂 |
As I said in the PR title all the credit goes to you. If we will need to add more env variables, it will be easier with Python implementation and the code is much more readable in general. |
ℹ️ The default kernel has cat /opt/conda/share/jupyter/kernels/python3/kernel.json {
"argv": [
"/opt/conda/bin/python",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3 (ipykernel)",
"language": "python",
"metadata": {
"debugger": true
}
} |
@mathbunnyru See my comments. Thank you. |
Thank you. Fixed indent. |
The build failure comes from the issue(s) mentioned in mamba-org/mamba#3036. The recipe is expected to fail before images are updated. |
Describe your changes
Based on: #2049
All the credit goes to @benz0li
Issue ticket if applicable
Checklist (especially for first-time contributors)