https://github.com/tensorflow/tensor2tensor
Revision 232225f06efe19e59ecb322f507b048eef499bde authored by Afroz Mohiuddin on 03 October 2019, 19:36:55 UTC, committed by Copybara-Service on 03 October 2019, 19:37:40 UTC
python2 fails with:
`RuntimeError: Kernel died before replying to kernel_info`

python3 seems to pass.

PiperOrigin-RevId: 272718077
1 parent 176148c
Raw File
Tip revision: 232225f06efe19e59ecb322f507b048eef499bde authored by Afroz Mohiuddin on 03 October 2019, 19:36:55 UTC
Execute `jupyter nbconvert` on python3 instead of python2.
Tip revision: 232225f
.gitignore
# Compiled python modules.
*.pyc

# Byte-compiled
_pycache__/
.cache/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
.eggs/

# PyPI distribution artifacts.
build/
dist/

# Sublime project files
*.sublime-project
*.sublime-workspace

# Tests
.pytest_cache/

# Other
*.DS_Store
back to top