Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mybinder.org via pymc3, py2 #441

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    c7887fa View commit details
    Browse the repository at this point in the history
  2. Show Ch2_MorePyMC_PyMC3.ipynb progress, timeout

    Note that first the Ch2 PyMC3 notebook needed this adjustment
     "Kernel/Change kernel/Python 2"
    
    Then after a "Cell/Run All", there is an error message in the cell containing
    `trace = pm.sample(40000, step=step)`:
    
     Multiprocess sampling (4 chains in 4 jobs)
     CompoundStep
     >Metropolis: [freq_cheating]
     >BinaryGibbsMetropolis: [truths, first_flips, second_flips]
     /srv/conda/envs/kernel/lib/python2.7/site-packages/joblib/externals/loky/process_executor.py:700: UserWarning: A worker stopped while some jobs were given to the executor. This can be caused by a too short worker timeout or by a memory leak.
       "timeout or by a memory leak.", UserWarning
    
    Perhaps the sample parameter chould be reduced to reduce the time, or a comment could be added noting that it takes perhaps 25 minutes to run the cell?
    nealmcb committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    f13939d View commit details
    Browse the repository at this point in the history
  3. Add Binder badge to README

    nealmcb committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c6d31bd View commit details
    Browse the repository at this point in the history