-
Notifications
You must be signed in to change notification settings - Fork 191
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
not working in terminal : conda install matplotlib #212
Comments
Based on your screenshots, it seems like you are installing matplotlib in the This environment should only be used for installing jupyterlab and jupyter server extensions. The environment used for notebook kernels is There are two ways you can fix this problem:
Hope this helps. |
In order to install packages into the default environment, you will have to activate the default environment so that they are available in your notebooks - conda activate default but as you can see from above |
|
I see, let me try |
can we close this issue? |
no closing pls, it is still bug |
We discuss the |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
I try to install matplotlib by usual way - use command line from terminal
(studiolab) studio-lab-user@default:~/sagemaker-studiolab-notebooks$ conda install matplotlib
then conda list confirms that matplotlib is installed
(studiolab) studio-lab-user@default:~/sagemaker-studiolab-notebooks$ conda list matplotlib
packages in environment at /home/studio-lab-user/.conda/envs/studiolab:
Name Version Build Channel
matplotlib 3.7.1 py39hf3d152e_0 conda-forge
matplotlib-base 3.7.1 py39he190548_0 conda-forge
matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge
but when I try to use matplotlib from notebook - it written it is not installed
closing current notebook and open new one is not helping
Expected behavior
(studiolab) studio-lab-user@default:~/sagemaker-studiolab-notebooks$ conda install matplotlib
should provide capability to use matplotlib from notebook
Notice I do have only one base environment
and
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: