Opened 8 years ago

Closed 8 years ago

#1599 closed enhancement (fixed)

IPython Notebook -- pySAL narsc 2015

Reported by: darkblueb Owned by: live-demo@…
Priority: normal Milestone: OSGeoLive10.0
Component: OSGeoLive Keywords: ipython
Cc:

Description

Prof Serge Rey has expressed support for publishing pySAL on the Live 9.5 via an email exchange. There is a github.com repository with workshop materials [0]. After reading and testing on the alpha build of Live 9.5 with ipy 4 + notebook installed.. we just publish the Exploratory Data Analysis (esda) directory, and confirm with Prof Rey his support for that..

The following pages have minor bugs, but otherwise run well ..

  • 04_pysal_mapping for typ in types 'fisher_jenks' type fails
  • 05_spatial_weights 'data/nat.shp' does not exist
  • 08_sp_corr ImportError: No module named ipywidgets

( we should unload the cell contents when saved, because some of the pages can be slow to load, and cause swap on a small-spec machine.. )

[0] https://github.com/sjsrey/pysal_narsc_2015

Change history (5)

comment:1 by darkblueb, 8 years ago

Live 95a_b64, verified the above.. small changes:

  • 04_pysal_mapping same error
  • 05_spatial_weights same data files problem
  • 08_sp_corr widgets now executes, only the draw_map() func is called before definition

comment:2 by darkblueb, 8 years ago

error in notebook 07_global_spatial_autocorrelation, needs to have %pylab removed

import matplotlib.pyplot as plt and related corrections to fix

comment:3 by darkblueb, 8 years ago

fixed and committed changes in all 12 notebooks in esda/

only 06_taz_example LineCollection() problems not resolved..

comment:4 by kalxas, 8 years ago

Milestone: OSGeoLive9.5OSGeoLive10.0

Ticket retargeted after milestone closed

comment:5 by darkblueb, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.