[jupyter] urLError:

2017-08-07 Thread Ka Th
Hi guys I was having URL= 'http://www.ieso.ca/-/media/files/ieso/uploaded/market-reports/hourlydemands.csv?la=en' from urllib.request import urlretrieve urlretrieve(URL,'Ontario.csv') working fine. Then i tried the Kernel to restart & clear outpus now i get the urlErrror.. Sorry if this

Re: [jupyter] urLError:

2017-08-08 Thread Ka Th
as down for a bit, or your internet connection was down? I > don't think Jupyter would affect something like this. > > On 8 August 2017 at 06:46, Ka Th > wrote: > >> Hi guys >> >> I was having >> >> URL= ' >> http://www.ies

[jupyter] docker -v volume for mounting folder

2017-08-08 Thread Ka Th
docker run -d -v /src/work:/home/jovyan/work -p : jupyter/datascience-notebook start-notebook.sh --NotebookAp p.token='' I am running the docker command from the location where work folder exits. I am unable to find the files in the docker jupyter notebook... any one familiar with the

[jupyter] Re: docker -v volume for mounting folder

2017-08-10 Thread Ka Th
found a working command docker run -d -v ~/src/work:/home/jovyan/work -p : jupyter/datascience-notebook start-notebook.sh --NotebookApp.token='' On Wednesday, August 9, 2017 at 1:46:19 AM UTC-4, Ka Th wrote: > > docker run -d -v /src/work:/home/jovyan/work -p