Last active
January 19, 2022 14:45
-
-
Save sweenzor/8275135 to your computer and use it in GitHub Desktop.
Shapely ipython notebook example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jinja2==2.7.1 | |
MarkupSafe==0.18 | |
Shapely==1.2.18 | |
argparse==1.2.1 | |
descartes==1.0.1 | |
distribute==0.6.34 | |
ipython==1.1.0 | |
matplotlib==1.3.1 | |
nose==1.3.0 | |
numpy==1.8.0 | |
pyparsing==2.0.1 | |
python-dateutil==2.2 | |
pyzmq==14.0.1 | |
six==1.4.1 | |
tornado==3.1.1 | |
wsgiref==0.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this with teh google. Thanks for posting it!
For future readers: I had to add
%matplotlib inline
to the top of the notebook to get it working.