notebook.community
Edit and run
In [1]: pwd
pwd
Out[1]: u'/Users/analisehofmann/Documents/Loewen_Lab/Coding/Automation_Lesson/automation-RR-Jupyter'
u'/Users/analisehofmann/Documents/Loewen_Lab/Coding/Automation_Lesson/automation-RR-Jupyter'
In [2]: import numpy
import numpy
In [3]: numpy.__file__
numpy.__file__
Out[3]: '/Applications/anaconda/lib/python2.7/site-packages/numpy/__init__.pyc'
'/Applications/anaconda/lib/python2.7/site-packages/numpy/__init__.pyc'
In [ ]: