Commit a214b099 authored by Nicolas Ollinger's avatar Nicolas Ollinger

rise-5.7.1-dev0

parent ff4a7892
......@@ -5,7 +5,3 @@ pip install -r requirements.txt
python -m ipykernel install --user --name=qiskitenv
jupyter-nbextension install rise --py --sys-prefix
jupyter-nbextension enable rise --py --sys-prefix
cd qisvenv
for f in ../patch/*; do
tar xvzf $f
done
......@@ -943,10 +943,18 @@
},
"rise": {
"autolaunch": true,
"enable_chalkboard": true,
"chalkboard": {
"readOnly": false
},
"enable_chalkboard": true,
"reveal_shortcuts": {
"chalkboard": {
"colorNext": "s",
"colorPrev": "q",
"toggleChalkboard": "a",
"toggleNotesCanvas": "z"
}
},
"scroll": true,
"theme": "white"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment