Notebook for interactive simulation and determination of ball milling breakage parameters, built on top of numpy, lmfit, ipywidgets and bqplot.
Create new conda environment:
conda create -n millSim_env python=3
activate env
source activate millSim_env
install packages:
conda install -c conda-forge notebook jupyterlab ipywidgets bqplot voila
pip install lmfit
enable JupyterLab extensions
jupyter labextension install @jupyter-widgets/jupyterlab-manager bqplot