Python Forum
importing matplotlib in jupyter notebook
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
importing matplotlib in jupyter notebook
#5
(Feb-25-2021, 05:53 PM)Led_Zeppelin Wrote: I clicked on the miniconda command activate in my Windows 10 program list
You should probably not click on anything,most learn to to all from command line.
Eg use Anaconda Prompt,i use cmder(as it's much better that cmd/powershell).

When you have py-de in envs dos it means that this is virtual environment.
Then most activate py-de to use it.
miniconda3\envs\py-de\...
Quick demo and i use Anaconda prompt for this demo,and new_env as i made it before in link posted.

# See (base) environment is active 
(base) PS C:\Users\Tom> conda activate new_env

# new_env is activated,for you py-de
(new_env) PS C:\Users\Tom>

# Test python 
(new_env) PS C:\Users\Tom> python -V
Python 3.9.1

# Test pip see that it point to new_env folder.
(new_env) PS C:\Users\Tom> pip -V
pip 20.3.3 from C:\Anaconda3\envs\new_env\lib\site-packages\pip (python 3.9)

# Test conda
(new_env) PS C:\Users\Tom> conda -V
conda 4.9.2
Reply


Messages In This Thread
RE: importing matplotlib in jupyter notebook - by snippsat - Feb-25-2021, 07:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  My code works on Jupyter Lab/Notebook, but NOT on Visual Code Editor jst 4 1,056 Nov-15-2023, 06:56 PM
Last Post: jst
  Navigating file directories and paths inside Jupyter Notebook Mark17 5 730 Oct-29-2023, 12:40 PM
Last Post: Mark17
  How to programmatically stop a program in Jupyter Notebook? Mark17 11 37,281 Feb-12-2023, 01:41 PM
Last Post: jp21in
Thumbs Up Python 3 Jupyter notebook ternary plot data nicholas 0 957 Jan-21-2023, 05:01 PM
Last Post: nicholas
  Graphs from Jupyter notebook to word Scott 0 896 Nov-28-2022, 06:16 AM
Last Post: Scott
  Opening an empty Jupyter notebook in VSCODE Krischu 3 1,862 Mar-09-2022, 01:57 PM
Last Post: Larz60+
  How to do line continuation in Jupyter Notebook? Mark17 4 5,525 Sep-22-2021, 04:22 PM
Last Post: ibreeden
  Jupyter Notebook as IDE bytecrunch 0 1,618 Sep-12-2021, 07:41 PM
Last Post: bytecrunch
  Importing module in jupyter Noteboook ajitnayak1987 0 1,759 Jun-04-2021, 12:26 PM
Last Post: ajitnayak1987
  It says there is no keras in jupyter notebook. it is wrong there is a keras install Led_Zeppelin 0 1,893 Apr-27-2021, 08:29 PM
Last Post: Led_Zeppelin

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020