Skip to content

Instantly share code, notes, and snippets.

@goerz
Last active November 25, 2020 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goerz/512f3c3e088d78e2d0d24d25672b9474 to your computer and use it in GitHub Desktop.
Save goerz/512f3c3e088d78e2d0d24d25672b9474 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from notebook.services.config import ConfigManager
c = ConfigManager()
c.update('notebook', {"CodeCell": {"cm_config": {"autoCloseBrackets": False}}})
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
#!/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