- Run
conda env create -f qudipy_web_environment.yml -vto create a conda environment with the required dependencies. - Activate the conda environment in the IDE of choice.
Copy the most recent simulator code into this folder on a user's machine. Once Jupyter notebooks are run on a user's local machine, copy the tutorials' folder with the notebooks into the source directory.
Then run the following from:
docs/ directory:
-
make clean -
make html
maincsg.github.io/ directory
-
git add . -
git commit -m"<some message>" -
git push
conda create --name qudipy_web --file 'QuDiPy webpage package list'.txt
sudo apt install python3-sphinx
conda install -c conda-forge nbsphinx
conda install -c conda-forge myst-parser
pip install sphinx-rtd-theme