Some useful Jupyter notebook recipes.
- do-this: shows how to write beautiful, idiomatic Pythonic code
- generate-multivariate-gaussian-data: shows how to generate multivariate gaussian data
- subplots-off-by-one: shows how to make matplotlib subplots turning off the ones that are not needed
@misc{oneoffcoder_jupyter_recipe_2019,
title={One-Off Coder Recipe Jupyter Notebooks},
url={https://github.com/oneoffcoder/jupyter/tree/master/recipe},
journal={GitHub},
author={One-Off Coder},
year={2019},
month={Aug}}
Copyright 2019 One-Off Coder
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.