How to provide a reproducible copy of your DataFrame with to_clipboard()

2018-09-18_reproducible_dataframe.ipynb This question was previously marked as a duplicate of How to make good reproducible pandas examples. Go to that question if you need to make synthetic (fake) data to share. The other question and associated answers cover how to create a reproducible dataframe. They do not cover how to copy an existing dataframe with … Read more

Matplotlib and Ipython-notebook: Displaying exactly the figure that will be saved

I am using ipython-notebook a lot at the moment for numerical analysis and plotting of data. In the process of preparing publication quality plots there is a lot of tweaking to get the layout just right, however I can’t get ipython/matplotlib to show me what I will be saving in the browser. Making the process more painful than it should be because I have to keep opening the new output file to check it.

How to use Jupyter notebooks in a conda environment?

Typically one runs jupyter notebook or jupyter-notebook or ipython notebook in a terminal to
start a Jupyter notebook webserver locally (and open the URL in the browser). When using conda
and conda environments, what is the best way to run a Jupyter notebook which allows to
import Python modules installed in the conda environment?