-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update notebooks and examples #2834
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
Comments
thumbs up to |
I think it fits well with our PyMC3 blue scheme |
just nitpicking, we can directly use |
For ppl participating Docathon today, please follow the checklist below:
|
Template import (suggestion/edit welcome): %pylab inline
import numpy as np
import pymc3 as pm
import theano.tensor as tt
plt.style.use('seaborn-darkgrid')
print('Running on PyMC3 v%s'%pm.__version__) |
I would prefer %matplotlib inline
import pymc3 as pm
import numpy as np
import matplotlib.pyplot as plt
plt.style.use('seaborn-darkgrid')
print('Running on PyMC3 v{}'.format(pm.__version__)) |
I prefer |
I updated my previous comment with the |
Close as it is outdated. |
Uh oh!
There was an error while loading. Please reload this page.
As discussed in the lab meeting today, we should update all notebooks and examples to the most recent recommended practice, including:
plt.style.use('seaborn-darkgrid')
?)Checklist for updating notebook:
The text was updated successfully, but these errors were encountered: