notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

jupyter/ipython notebooks demonstrating PySAL functionality

Results 53 notebooks issues
Sort by recently updated
recently updated
newest added

Journey Mapping – On home page (http://pysal.org/) for new users, create a separate user experience (new user/citizen scientist) versus Developer (https://www.optimizely.com/optimization-glossary/user-journey-map/)

enhancement
rough edge

[OD Weights](https://hub.gke.mybinder.org/user/darribas-notebooks-q5oqdcc3/notebooks/docs/content/model/spint/OD_weights.ipynb) ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in 1 import pysal as ps ----> 2 from pysal import weights as w 3 import numpy as np 4...

bug

[Dispersion Test](https://hub.gke.mybinder.org/user/darribas-notebooks-g4bs7irh/notebooks/docs/content/model/spint/dispersion_test.ipynb) ``` import os os.chdir('/Users/toshan/dev/pysal/pysal/contrib/spint') from count_model import CountModel import numpy as np import pandas as pd from gravity import Gravity, Production, Attraction, Doubly, BaseGravity import statsmodels.formula.api as smf...

bug

Missing Notebook title for each of the following notebooks: [GLM Speed](http://pysal.org/notebooks/model/spint/glm_speed) [Sparse vs Dense](http://pysal.org/notebooks/model/spint/sparse_vs_dense_grav) [Validate Gravity](http://pysal.org/notebooks/model/spint/validate_gravity) [Local SI](http://pysal.org/notebooks/model/spint/local_SI) [Sparse Categorical](http://pysal.org/notebooks/model/spint/sparse_categorical) [Test_Grav](http://pysal.org/notebooks/model/spint/test_grav) [Sparse_Grav](http://pysal.org/notebooks/model/spint/sparse_grav) [Sparse Categorical Bottleneck](http://pysal.org/notebooks/model/spint/sparse_categorical_bottleneck) [OD Weights](http://pysal.org/notebooks/model/spint/OD_weights) [Sparse Categorical Speed](http://pysal.org/notebooks/model/spint/sparse_categorical_speed)...

rough edge

[Rank Based Methods Jupyter Notebook](https://hub.gke.mybinder.org/user/darribas-notebooks-fowbjubz/notebooks/docs/content/dynamics/giddy/Rank_based_Methods.ipynb) [Directional Analysis of Dynamic LISAs](https://gke.mybinder.org/v2/gh/darribas/notebooks/master?filepath=docs%2Fcontent%2Fdynamics%2Fgiddy%2Fdirectional.ipynb) [Full Rank Markov and Geographic Rank Markov](https://hub.gke.mybinder.org/user/darribas-notebooks-tdptoyhu/notebooks/docs/content/dynamics/giddy/Rank_Markov.ipynb) [Exploratory Analysis of Spatial Data: Spatial Autocorrelation](https://hub.gke.mybinder.org/user/darribas-notebooks-a4i448zf/notebooks/docs/content/explore/esda/Spatial_Autocorrelation_for_Areal_Unit_Data.ipynb) [Distance Based Statistical Method for Planar...

They will fail when run on binder: ![Screenshot from 2019-06-15 15-06-00](https://user-images.githubusercontent.com/118042/59556850-28d24c00-8f7f-11e9-9cbe-2d7ad31b2a7c.png) [Source](https://hub.gke.mybinder.org/user/darribas-notebooks-l57ebpdw/notebooks/docs/content/explore/pointpats/centrography.ipynb)

Binder links are built to create container off the `darribas` account instead of the `pysal` org.

when converting the notebooks from ipynb to html directly with `nbconvert`, everything works fine, but the cells in the book are rendered like this ![image](https://user-images.githubusercontent.com/4213368/50787085-454cb880-126a-11e9-9998-284c5fabdfd2.png)

nbs2.0

there is an error in the last cell of the notebook that looks like maybe the example wasn't finished before the last commit? ![image](https://user-images.githubusercontent.com/4213368/50787259-cb68ff00-126a-11e9-95bf-f08802aff8a5.png)

nbs2.0

Development for this is currently taking place at the [`nbs2.0` branch](https://github.com/darribas/notebooks/tree/nbs2.0) of @darribas fork. The roadmap is sketched under the [`nbs2.0` tag](https://github.com/pysal/notebooks/issues?q=is%3Aissue+is%3Aopen+label%3Anbs2.0). Opening this as an umbrella issue for more...

nbs2.0