Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
import numpy as np | |
import contextlib | |
@contextlib.contextmanager | |
def printoptions(*args, **kwargs): | |
original = np.get_printoptions() | |
np.set_printoptions(*args, **kwargs) | |
yield | |
np.set_printoptions(**original) | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 | |
mkdir -p $(jupyter --data-dir)/nbextensions | |
git clone https://github.com/lambdalisue/jupyter-vim-binding \ | |
$(jupyter --data-dir)/nbextensions/vim_binding | |
jupyter nbextension enable vim_binding/vim_binding |
This file contains 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 | |
pip install rise | |
jupyter nbextension install rise --py --sys-prefix | |
pip install hide_code | |
jupyter nbextension install hide_code --py --sys-prefix | |
jupyter nbextension enable hide_code --py --sys-prefix | |
jupyter serverextension enable hide_code --py --sys-prefix |
This file contains 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
% Encoding: UTF-8 | |
@TechReport{AlzhimersAssociation2012, | |
author = {{Alzhimer's~Association},{}}, | |
title = {Alzheimer's Disease: Facts and Figures}, | |
institution = {Alzhimer's Association}, | |
year = {2012}, | |
file = {:papers/Association2012 - Alzheimer's Disease_ Facts and Figures.pdf:PDF}, | |
groups = {Neuroscience, [syoh:]}, | |
owner = {syoh}, |
OlderNewer