Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Introduction to NumPy Meet NumPy Getting Setup

conda activate 100days

Hi there

Do I have to activate the virtual environment "conda activate 100days" every time I open the jupyter notebook? Would it make any difference if I opened jupyter notebook without setting the virtual enviornment first?

Regards, Gabriel

1 Answer

Rachel KTY Johnson
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Rachel KTY Johnson
Treehouse Project Reviewer

Hey Gabriel Guerra ! By default, Jupyter notebook will open without any enviornment or file. You'll definitely want to activate the correct environment so that you're working with the right libraries and files!

You'll be able to see what environment you're in by the preceeding () in terminal, for example (100days)