Notebook for webapp of quantum coin game
Python version : 3.9.16
Install following Libraries: Pip install following
voila
qiskit
ipykernel
ipywidgets
matplotlib
conda install -c conda-forge nb_conda_kernels
All the libraries are in environment.yml
Export a conda environment : conda env export > environment.yml
Create a conda environment : conda env create -f environment.yml
Using voila to make the WebApp from IPyNb file read blog.