Flâneur, noun, A man who saunters around observing society.
The flâneur wandered in the shopping arcades, but he did not give in to the temptations of consumerism; the arcade was primarily a pathway to a rich sensory experience — and only then a temple of consumption. His goal was to observe, to bathe in the crowd, taking in its noises, its chaos, its heterogeneity, its cosmopolitanism. Occasionally, he would narrate what he saw — surveying both his private self and the world at large — in the form of short essays for daily newspapers.
The Death of the Cyberflâneur, Evgeny Morozov, New York Times, Sunday Review, February 4, 2012
In [6]:
import mnis
import datetime
# Create a date for the analysis
d = datetime.date.today()
# Download the full data for MPs serving on the given date as a list
mnis.getCommonsMembersOn(d)[0]
Out[6]:
In [14]:
import pd_datareader_nhs.nhs_digital_ods as ods
In [15]:
ods.search(string='Prison', field='Label')
Out[15]:
In [12]:
dd=ods.download('eprison')
dd.head()
Out[12]:
requirements.txt
environment.yml
apt.txt
postBuild
REQUIRE
Dockerfile
pip3 install jupyter-repo2docker
jupyter-repo2docker --image-name psychemedia/parlihacks --no-run https://github.com/psychemedia/parlihacks
docker push psychemedia/parlihacks
In terminal:
jupyter kernelgateway --KernelGatewayApp.api='kernel_gateway.notebook_http' --KernelGatewayApp.seed_uri='./SimpleAPI2.ipynb' --port 8899
In [24]:
import requests
requests.get('http://127.0.0.1:8899/demo/role/worker').json()
Out[24]:
In [26]:
requests.get('http://127.0.0.1:8899/demo/name/jo').json()
Out[26]:
In [ ]: