Skip to content

Instantly share code, notes, and snippets.

@sweenzor
Last active January 19, 2022 14:45
Show Gist options
  • Save sweenzor/8275135 to your computer and use it in GitHub Desktop.
Save sweenzor/8275135 to your computer and use it in GitHub Desktop.
Shapely ipython notebook example
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
@stuarteberg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment