This is a repository for the game documentation of the game "CodeCombat Wordls" by CodeCombat. The game is a multiplayer game that teaches programming to kids and adults. The game is available on the Roblox platform here.
You can install Jupyter Book via pip:
pip install -U jupyter-book
or via conda-forge:
conda install -c conda-forge jupyter-book
This will install everything you need to build a Jupyter Book locally.
jb clean ccwbook; jb build ccwbook ; open ccwbook/_build/html/index.html