parallel-tutorial icon indicating copy to clipboard operation
parallel-tutorial copied to clipboard

Parallel computing in Python tutorial materials

Results 14 parallel-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi there, it seems that the google finance API is deprecated and as such the "prep.py" file is not working anymore! can someone describe what has to be changed in...

It seems that google have updated their API, so when running prep.py it raises a remote error: `raise RemoteDataError('Unable to read URL: {0}'.format(url)) pandas_datareader._utils.RemoteDataError: Unable to read URL: http://www.google. com/finance/historical?q=usb&startdate=Jan+27%2C+2017&enddate=Jan+27%2C+2018&out...

Hi, I just wanted to try the tutorial after I found this video on YouTube: [https://www.youtube.com/watch?v=5Md_sSsN51k](https://www.youtube.com/watch?v=5Md_sSsN51k) I use Anaconda on Windows 10, installed all necessary packages and after I tried...

pip install git+https://github.com/dask/gcsfs cc @quasiben

Hi, when I run the script in 01-map.ipynb, and I always got this error msg. I have installed snakeviz 0.4.1, any clues? thanks ` FileNotFoundError: [Errno 2] No such file...

Add graphviz to env file and cluster env

Our two choices for pyspark on anaconda.org are either the conda-forge or quasiben channel. it looks like conda-forge is 2.7 only? ``` (parallel) mrocklin@carbon:~$ conda install -c conda-forge pyspark Fetching...

Thanks for the awesome tutorial. I understand that the function to create fake data does not work well resulting in non-functional windows set up. Could you please provide a fix?...