-
All transformer methods should know about the notebook_name. This should be passed down to the methods as the first argument. This include
__call__
,call
andcell_transform
-
Rename
cell_transform
totransform_cell
-
Replace
FIGURES_KEY
by the literal"figures"
-
Convert unix line endings to
\r\n
if on windows for SVG. This will
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
{ | |
"metadata": { | |
"name": "NbconvertRefactor" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
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
TRAVIS_PYTHON_VERSION="3.3" | |
sudo apt-add-repository ppa:fkrull/deadsnakes | |
sudo apt-get update | |
sudo apt-get install -y python$TRAVIS_PYTHON_VERSION | |
sudo rm /usr/bin/python | |
sudo ln -s /usr/bin/python$TRAVIS_PYTHON_VERSION /usr/bin/python | |
echo Testing install for... | |
python --version |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- Fix coalesce streams error, ipython/ipython#4015
- Review ipython/ipython#3985
- Version conversion done right
- Template vertical spacing fix, latex sphinx
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
alias push="git push" | |
alias pull="git pull" | |
alias reb="git rebase" | |
alias com="git commit" | |
alias co="git checkout" | |
alias merge="git mergetool" | |
alias st="git status" | |
alias br="git branch" | |
alias add="git add" | |
alias grm="git rm" |
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.
OlderNewer