David Yerrington

Results 4 issues of David Yerrington

![](http://snag.gy/3ZcnP.jpg) Console messages: ``` [info] application - View notebook 'sql/Using Spark SQL.snb' [debug] application - content: sql/Using Spark SQL.snb [debug] application - getNotebook: name is 'sql/Using Spark SQL', path is...

bug

Here's my basic setup: ```javascript import { Admin, Resource, ListGuesser, EditGuesser, ShowGuesser, SimpleShowLayout, Show, Create, SimpleForm, List, Edit, Datagrid, TextField, } from "react-admin"; // import { dataProvider } from "./dataProvider";...

From this Docker container init: ```bash run -v $(pwd):/notebook -p 8890:8888 --name dsi-keras ermaker/keras-jupyter ``` To a frame in the notebook: ```python from keras.models import Sequential, Model ``` I get...

```python api = Linkedin(**opts) # GET a profile profile = api.get_profile('davidyerrington') ``` The response only grabs the first 4 or so work histories from me. I also tried updating `get_profile`...