Last active
November 25, 2020 17:31
-
-
Save goerz/512f3c3e088d78e2d0d24d25672b9474 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from notebook.services.config import ConfigManager | |
c = ConfigManager() | |
c.update('notebook', {"CodeCell": {"cm_config": {"autoCloseBrackets": False}}}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: binder | |
channels: | |
- conda-forge | |
dependencies: | |
- python=3.8 | |
- qutip | |
- matplotlib | |
- pip: | |
- watermark | |
- symbolic_equation>=0.3.0 | |
- git+https://github.com/qalgebra/qalgebra.git@master#egg=qalgebra |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
python -m jupyter nbextension enable execute_time/ExecuteTime | |
python -m jupyter nbextension enable toc2/main | |
python -m jupyter nbextension enable --py widgetsnbextension | |
python -m ipykernel install --user --name qalgebra --display-name "QAlgebra" | |
python disable_brackets.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment