-
Notifications
You must be signed in to change notification settings - Fork 28
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
All notebooks are missing imports #3
Comments
See: https://github.com/jseabold/tutorial/blob/master/preliminaries.py#L18 for the import assumptions. If you prefer I can add them to every file, but I just keep them in a config file. |
I guess most users like me just want to try out something, e.g. robust estimation. So my suggestion would be to copy & paste the imports to each notebook or to make a file |
Sure this makes sense. Just seemed cumbersome during the tutorial to have everyone type the imports each time. Easier to just drop the common import assumptions into your IPython config for the notebook profile. |
Is there a way to have an ipython config file in the tutorial directory that is automatically picked up? |
All the ipython notebooks won't run out of the box because imports are missing.
Could you please add those?
The text was updated successfully, but these errors were encountered: