Repeatability using Jupyter notebook and Conda
In the interest of repeatable coding, I will strive to share Jupyter notebooks for Python code used in this blog, as well as the Conda environment file to generate the environment.
I will assume that you have installed conda in your machine. See the installation instructions here.
- Download the environment file and the jupyter notebook.
- Recreate the conda environment I used in your machine:
$ conda env create -f myenv.ymlThis environment has
jupyterinstalled. - Run the jupyter notebook:
$ jupyter notebook - Run the notebook using the menu options.
- Obtain the html page included in the webpages using the
command
$ jupyter nbconvert notebook.ipynb