Charles Gong

Results 1 issues of Charles Gong

set up environment mostly according to the tutorial: ``` conda create -n mocca python=3.9 conda activate mocca pip install git+https://github.com/HaasCP/mocca@master pip3 install -U datapane==0.14 pip install notebook ``` while going...