Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Min RK
- Thu, 26 Mar 2015 18:21:04
Show More
IPython/nbconvert.py
0
created
644
+20
0
@@
-0,0
+1,20
b''
1
"""
2
Shim to maintain backwards compatibility with old IPython.nbconvert imports.
3
"""
4
# Copyright (c) IPython Development Team.
5
# Distributed under the terms of the Modified BSD License.
6
7
from __future__ import print_function
8
9
import sys
10
from warnings import warn
11
12
warn ( "The `IPython.nbconvert` package has been deprecated. "
13
"You should import from ipython_nbconvert instead." )
14
15
from IPython.utils.shimmodule import ShimModule
16
17
# Unconditionally insert the shim into sys.modules so that further import calls
18
# trigger the custom attribute access above
19
20
sys . modules [ 'IPython.nbconvert' ] = ShimModule ( 'nbconvert' , mirror = 'jupyter_nbconvert' )
jupyter_nbconvert/__init__.py IPython/nbconvert/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/__init__.py to jupyter_nbconvert/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/__init__.py to jupyter_nbconvert/__init__.py
jupyter_nbconvert/exporters/__init__.py IPython/nbconvert/exporters/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/__init__.py to jupyter_nbconvert/exporters/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/__init__.py to jupyter_nbconvert/exporters/__init__.py
jupyter_nbconvert/exporters/export.py IPython/nbconvert/exporters/export.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/export.py to jupyter_nbconvert/exporters/export.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/export.py to jupyter_nbconvert/exporters/export.py
jupyter_nbconvert/exporters/exporter.py IPython/nbconvert/exporters/exporter.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/exporter.py to jupyter_nbconvert/exporters/exporter.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/exporter.py to jupyter_nbconvert/exporters/exporter.py
jupyter_nbconvert/exporters/html.py IPython/nbconvert/exporters/html.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/html.py to jupyter_nbconvert/exporters/html.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/html.py to jupyter_nbconvert/exporters/html.py
jupyter_nbconvert/exporters/latex.py IPython/nbconvert/exporters/latex.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/latex.py to jupyter_nbconvert/exporters/latex.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/latex.py to jupyter_nbconvert/exporters/latex.py
jupyter_nbconvert/exporters/markdown.py IPython/nbconvert/exporters/markdown.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/markdown.py to jupyter_nbconvert/exporters/markdown.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/markdown.py to jupyter_nbconvert/exporters/markdown.py
jupyter_nbconvert/exporters/notebook.py IPython/nbconvert/exporters/notebook.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/notebook.py to jupyter_nbconvert/exporters/notebook.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/notebook.py to jupyter_nbconvert/exporters/notebook.py
jupyter_nbconvert/exporters/pdf.py IPython/nbconvert/exporters/pdf.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/pdf.py to jupyter_nbconvert/exporters/pdf.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/pdf.py to jupyter_nbconvert/exporters/pdf.py
jupyter_nbconvert/exporters/python.py IPython/nbconvert/exporters/python.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/python.py to jupyter_nbconvert/exporters/python.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/python.py to jupyter_nbconvert/exporters/python.py
jupyter_nbconvert/exporters/rst.py IPython/nbconvert/exporters/rst.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/rst.py to jupyter_nbconvert/exporters/rst.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/rst.py to jupyter_nbconvert/exporters/rst.py
jupyter_nbconvert/exporters/script.py IPython/nbconvert/exporters/script.py
0
renamed
0
0
jupyter_nbconvert/exporters/slides.py IPython/nbconvert/exporters/slides.py
0
renamed
0
0
jupyter_nbconvert/exporters/templateexporter.py IPython/nbconvert/exporters/templateexporter.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/templateexporter.py to jupyter_nbconvert/exporters/templateexporter.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/templateexporter.py to jupyter_nbconvert/exporters/templateexporter.py
jupyter_nbconvert/exporters/tests/__init__.py IPython/nbconvert/exporters/tests/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/__init__.py to jupyter_nbconvert/exporters/tests/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/__init__.py to jupyter_nbconvert/exporters/tests/__init__.py
jupyter_nbconvert/exporters/tests/base.py IPython/nbconvert/exporters/tests/base.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/base.py to jupyter_nbconvert/exporters/tests/base.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/base.py to jupyter_nbconvert/exporters/tests/base.py
jupyter_nbconvert/exporters/tests/cheese.py IPython/nbconvert/exporters/tests/cheese.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/cheese.py to jupyter_nbconvert/exporters/tests/cheese.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/cheese.py to jupyter_nbconvert/exporters/tests/cheese.py
jupyter_nbconvert/exporters/tests/files/notebook2.ipynb IPython/nbconvert/exporters/tests/files/notebook2.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/files/notebook2.ipynb to jupyter_nbconvert/exporters/tests/files/notebook2.ipynb
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/files/notebook2.ipynb to jupyter_nbconvert/exporters/tests/files/notebook2.ipynb
jupyter_nbconvert/exporters/tests/files/pngmetadata.ipynb IPython/nbconvert/exporters/tests/files/pngmetadata.ipynb
0
renamed
0
0
jupyter_nbconvert/exporters/tests/files/prompt_numbers.ipynb IPython/nbconvert/exporters/tests/files/prompt_numbers.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/files/prompt_numbers.ipynb to jupyter_nbconvert/exporters/tests/files/prompt_numbers.ipynb
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/files/prompt_numbers.ipynb to jupyter_nbconvert/exporters/tests/files/prompt_numbers.ipynb
jupyter_nbconvert/exporters/tests/files/rawtest.ipynb IPython/nbconvert/exporters/tests/files/rawtest.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/files/rawtest.ipynb to jupyter_nbconvert/exporters/tests/files/rawtest.ipynb
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/files/rawtest.ipynb to jupyter_nbconvert/exporters/tests/files/rawtest.ipynb
jupyter_nbconvert/exporters/tests/test_export.py IPython/nbconvert/exporters/tests/test_export.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_export.py to jupyter_nbconvert/exporters/tests/test_export.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_export.py to jupyter_nbconvert/exporters/tests/test_export.py
jupyter_nbconvert/exporters/tests/test_exporter.py IPython/nbconvert/exporters/tests/test_exporter.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_exporter.py to jupyter_nbconvert/exporters/tests/test_exporter.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_exporter.py to jupyter_nbconvert/exporters/tests/test_exporter.py
jupyter_nbconvert/exporters/tests/test_html.py IPython/nbconvert/exporters/tests/test_html.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_html.py to jupyter_nbconvert/exporters/tests/test_html.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_html.py to jupyter_nbconvert/exporters/tests/test_html.py
jupyter_nbconvert/exporters/tests/test_latex.py IPython/nbconvert/exporters/tests/test_latex.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_latex.py to jupyter_nbconvert/exporters/tests/test_latex.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_latex.py to jupyter_nbconvert/exporters/tests/test_latex.py
jupyter_nbconvert/exporters/tests/test_markdown.py IPython/nbconvert/exporters/tests/test_markdown.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_markdown.py to jupyter_nbconvert/exporters/tests/test_markdown.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_markdown.py to jupyter_nbconvert/exporters/tests/test_markdown.py
jupyter_nbconvert/exporters/tests/test_notebook.py IPython/nbconvert/exporters/tests/test_notebook.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_notebook.py to jupyter_nbconvert/exporters/tests/test_notebook.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_notebook.py to jupyter_nbconvert/exporters/tests/test_notebook.py
jupyter_nbconvert/exporters/tests/test_pdf.py IPython/nbconvert/exporters/tests/test_pdf.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_pdf.py to jupyter_nbconvert/exporters/tests/test_pdf.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_pdf.py to jupyter_nbconvert/exporters/tests/test_pdf.py
jupyter_nbconvert/exporters/tests/test_python.py IPython/nbconvert/exporters/tests/test_python.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_python.py to jupyter_nbconvert/exporters/tests/test_python.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_python.py to jupyter_nbconvert/exporters/tests/test_python.py
jupyter_nbconvert/exporters/tests/test_rst.py IPython/nbconvert/exporters/tests/test_rst.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_rst.py to jupyter_nbconvert/exporters/tests/test_rst.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_rst.py to jupyter_nbconvert/exporters/tests/test_rst.py
jupyter_nbconvert/exporters/tests/test_script.py IPython/nbconvert/exporters/tests/test_script.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_script.py to jupyter_nbconvert/exporters/tests/test_script.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_script.py to jupyter_nbconvert/exporters/tests/test_script.py
jupyter_nbconvert/exporters/tests/test_slides.py IPython/nbconvert/exporters/tests/test_slides.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_slides.py to jupyter_nbconvert/exporters/tests/test_slides.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_slides.py to jupyter_nbconvert/exporters/tests/test_slides.py
jupyter_nbconvert/exporters/tests/test_templateexporter.py IPython/nbconvert/exporters/tests/test_templateexporter.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_templateexporter.py to jupyter_nbconvert/exporters/tests/test_templateexporter.py
NO CONTENT: file renamed from IPython/nbconvert/exporters/tests/test_templateexporter.py to jupyter_nbconvert/exporters/tests/test_templateexporter.py
jupyter_nbconvert/filters/__init__.py IPython/nbconvert/filters/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/__init__.py to jupyter_nbconvert/filters/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/filters/__init__.py to jupyter_nbconvert/filters/__init__.py
jupyter_nbconvert/filters/ansi.py IPython/nbconvert/filters/ansi.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/ansi.py to jupyter_nbconvert/filters/ansi.py
NO CONTENT: file renamed from IPython/nbconvert/filters/ansi.py to jupyter_nbconvert/filters/ansi.py
jupyter_nbconvert/filters/citation.py IPython/nbconvert/filters/citation.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/citation.py to jupyter_nbconvert/filters/citation.py
NO CONTENT: file renamed from IPython/nbconvert/filters/citation.py to jupyter_nbconvert/filters/citation.py
jupyter_nbconvert/filters/datatypefilter.py IPython/nbconvert/filters/datatypefilter.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/datatypefilter.py to jupyter_nbconvert/filters/datatypefilter.py
NO CONTENT: file renamed from IPython/nbconvert/filters/datatypefilter.py to jupyter_nbconvert/filters/datatypefilter.py
jupyter_nbconvert/filters/highlight.py IPython/nbconvert/filters/highlight.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/highlight.py to jupyter_nbconvert/filters/highlight.py
NO CONTENT: file renamed from IPython/nbconvert/filters/highlight.py to jupyter_nbconvert/filters/highlight.py
jupyter_nbconvert/filters/latex.py IPython/nbconvert/filters/latex.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/latex.py to jupyter_nbconvert/filters/latex.py
NO CONTENT: file renamed from IPython/nbconvert/filters/latex.py to jupyter_nbconvert/filters/latex.py
jupyter_nbconvert/filters/markdown.py IPython/nbconvert/filters/markdown.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/markdown.py to jupyter_nbconvert/filters/markdown.py
NO CONTENT: file renamed from IPython/nbconvert/filters/markdown.py to jupyter_nbconvert/filters/markdown.py
jupyter_nbconvert/filters/markdown_mistune.py IPython/nbconvert/filters/markdown_mistune.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/markdown_mistune.py to jupyter_nbconvert/filters/markdown_mistune.py
NO CONTENT: file renamed from IPython/nbconvert/filters/markdown_mistune.py to jupyter_nbconvert/filters/markdown_mistune.py
jupyter_nbconvert/filters/marked.js IPython/nbconvert/filters/marked.js
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/marked.js to jupyter_nbconvert/filters/marked.js
NO CONTENT: file renamed from IPython/nbconvert/filters/marked.js to jupyter_nbconvert/filters/marked.js
jupyter_nbconvert/filters/strings.py IPython/nbconvert/filters/strings.py
0
renamed
0
0
jupyter_nbconvert/filters/tests/__init__.py IPython/nbconvert/filters/tests/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/__init__.py to jupyter_nbconvert/filters/tests/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/__init__.py to jupyter_nbconvert/filters/tests/__init__.py
jupyter_nbconvert/filters/tests/test_ansi.py IPython/nbconvert/filters/tests/test_ansi.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_ansi.py to jupyter_nbconvert/filters/tests/test_ansi.py
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_ansi.py to jupyter_nbconvert/filters/tests/test_ansi.py
jupyter_nbconvert/filters/tests/test_citation.py IPython/nbconvert/filters/tests/test_citation.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_citation.py to jupyter_nbconvert/filters/tests/test_citation.py
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_citation.py to jupyter_nbconvert/filters/tests/test_citation.py
jupyter_nbconvert/filters/tests/test_datatypefilter.py IPython/nbconvert/filters/tests/test_datatypefilter.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_datatypefilter.py to jupyter_nbconvert/filters/tests/test_datatypefilter.py
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_datatypefilter.py to jupyter_nbconvert/filters/tests/test_datatypefilter.py
jupyter_nbconvert/filters/tests/test_highlight.py IPython/nbconvert/filters/tests/test_highlight.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_highlight.py to jupyter_nbconvert/filters/tests/test_highlight.py
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_highlight.py to jupyter_nbconvert/filters/tests/test_highlight.py
jupyter_nbconvert/filters/tests/test_latex.py IPython/nbconvert/filters/tests/test_latex.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_latex.py to jupyter_nbconvert/filters/tests/test_latex.py
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_latex.py to jupyter_nbconvert/filters/tests/test_latex.py
jupyter_nbconvert/filters/tests/test_markdown.py IPython/nbconvert/filters/tests/test_markdown.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_markdown.py to jupyter_nbconvert/filters/tests/test_markdown.py
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_markdown.py to jupyter_nbconvert/filters/tests/test_markdown.py
jupyter_nbconvert/filters/tests/test_strings.py IPython/nbconvert/filters/tests/test_strings.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_strings.py to jupyter_nbconvert/filters/tests/test_strings.py
NO CONTENT: file renamed from IPython/nbconvert/filters/tests/test_strings.py to jupyter_nbconvert/filters/tests/test_strings.py
jupyter_nbconvert/nbconvertapp.py IPython/nbconvert/nbconvertapp.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/nbconvertapp.py to jupyter_nbconvert/nbconvertapp.py
NO CONTENT: file renamed from IPython/nbconvert/nbconvertapp.py to jupyter_nbconvert/nbconvertapp.py
jupyter_nbconvert/postprocessors/__init__.py IPython/nbconvert/postprocessors/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/postprocessors/__init__.py to jupyter_nbconvert/postprocessors/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/postprocessors/__init__.py to jupyter_nbconvert/postprocessors/__init__.py
jupyter_nbconvert/postprocessors/base.py IPython/nbconvert/postprocessors/base.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/postprocessors/base.py to jupyter_nbconvert/postprocessors/base.py
NO CONTENT: file renamed from IPython/nbconvert/postprocessors/base.py to jupyter_nbconvert/postprocessors/base.py
jupyter_nbconvert/postprocessors/serve.py IPython/nbconvert/postprocessors/serve.py
0
renamed
0
0
jupyter_nbconvert/postprocessors/tests/__init__.py IPython/nbconvert/postprocessors/tests/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/postprocessors/tests/__init__.py to jupyter_nbconvert/postprocessors/tests/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/postprocessors/tests/__init__.py to jupyter_nbconvert/postprocessors/tests/__init__.py
jupyter_nbconvert/postprocessors/tests/test_serve.py IPython/nbconvert/postprocessors/tests/test_serve.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/postprocessors/tests/test_serve.py to jupyter_nbconvert/postprocessors/tests/test_serve.py
NO CONTENT: file renamed from IPython/nbconvert/postprocessors/tests/test_serve.py to jupyter_nbconvert/postprocessors/tests/test_serve.py
jupyter_nbconvert/preprocessors/__init__.py IPython/nbconvert/preprocessors/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/__init__.py to jupyter_nbconvert/preprocessors/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/__init__.py to jupyter_nbconvert/preprocessors/__init__.py
jupyter_nbconvert/preprocessors/base.py IPython/nbconvert/preprocessors/base.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/base.py to jupyter_nbconvert/preprocessors/base.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/base.py to jupyter_nbconvert/preprocessors/base.py
jupyter_nbconvert/preprocessors/clearoutput.py IPython/nbconvert/preprocessors/clearoutput.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/clearoutput.py to jupyter_nbconvert/preprocessors/clearoutput.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/clearoutput.py to jupyter_nbconvert/preprocessors/clearoutput.py
jupyter_nbconvert/preprocessors/coalescestreams.py IPython/nbconvert/preprocessors/coalescestreams.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/coalescestreams.py to jupyter_nbconvert/preprocessors/coalescestreams.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/coalescestreams.py to jupyter_nbconvert/preprocessors/coalescestreams.py
jupyter_nbconvert/preprocessors/convertfigures.py IPython/nbconvert/preprocessors/convertfigures.py
0
renamed
0
0
jupyter_nbconvert/preprocessors/csshtmlheader.py IPython/nbconvert/preprocessors/csshtmlheader.py
0
renamed
0
0
jupyter_nbconvert/preprocessors/execute.py IPython/nbconvert/preprocessors/execute.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/execute.py to jupyter_nbconvert/preprocessors/execute.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/execute.py to jupyter_nbconvert/preprocessors/execute.py
jupyter_nbconvert/preprocessors/extractoutput.py IPython/nbconvert/preprocessors/extractoutput.py
0
renamed
0
0
jupyter_nbconvert/preprocessors/highlightmagics.py IPython/nbconvert/preprocessors/highlightmagics.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/highlightmagics.py to jupyter_nbconvert/preprocessors/highlightmagics.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/highlightmagics.py to jupyter_nbconvert/preprocessors/highlightmagics.py
jupyter_nbconvert/preprocessors/latex.py IPython/nbconvert/preprocessors/latex.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/latex.py to jupyter_nbconvert/preprocessors/latex.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/latex.py to jupyter_nbconvert/preprocessors/latex.py
jupyter_nbconvert/preprocessors/revealhelp.py IPython/nbconvert/preprocessors/revealhelp.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/revealhelp.py to jupyter_nbconvert/preprocessors/revealhelp.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/revealhelp.py to jupyter_nbconvert/preprocessors/revealhelp.py
jupyter_nbconvert/preprocessors/svg2pdf.py IPython/nbconvert/preprocessors/svg2pdf.py
0
renamed
0
0
jupyter_nbconvert/preprocessors/tests/__init__.py IPython/nbconvert/preprocessors/tests/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/__init__.py to jupyter_nbconvert/preprocessors/tests/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/__init__.py to jupyter_nbconvert/preprocessors/tests/__init__.py
jupyter_nbconvert/preprocessors/tests/base.py IPython/nbconvert/preprocessors/tests/base.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/base.py to jupyter_nbconvert/preprocessors/tests/base.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/base.py to jupyter_nbconvert/preprocessors/tests/base.py
jupyter_nbconvert/preprocessors/tests/files/Clear Output.ipynb IPython/nbconvert/preprocessors/tests/files/Clear Output.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Clear Output.ipynb to jupyter_nbconvert/preprocessors/tests/files/Clear Output.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Clear Output.ipynb to jupyter_nbconvert/preprocessors/tests/files/Clear Output.ipynb
jupyter_nbconvert/preprocessors/tests/files/Disable Stdin.ipynb IPython/nbconvert/preprocessors/tests/files/Disable Stdin.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Disable Stdin.ipynb to jupyter_nbconvert/preprocessors/tests/files/Disable Stdin.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Disable Stdin.ipynb to jupyter_nbconvert/preprocessors/tests/files/Disable Stdin.ipynb
jupyter_nbconvert/preprocessors/tests/files/Factorials.ipynb IPython/nbconvert/preprocessors/tests/files/Factorials.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Factorials.ipynb to jupyter_nbconvert/preprocessors/tests/files/Factorials.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Factorials.ipynb to jupyter_nbconvert/preprocessors/tests/files/Factorials.ipynb
jupyter_nbconvert/preprocessors/tests/files/HelloWorld.ipynb IPython/nbconvert/preprocessors/tests/files/HelloWorld.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/HelloWorld.ipynb to jupyter_nbconvert/preprocessors/tests/files/HelloWorld.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/HelloWorld.ipynb to jupyter_nbconvert/preprocessors/tests/files/HelloWorld.ipynb
jupyter_nbconvert/preprocessors/tests/files/Inline Image.ipynb IPython/nbconvert/preprocessors/tests/files/Inline Image.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Inline Image.ipynb to jupyter_nbconvert/preprocessors/tests/files/Inline Image.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Inline Image.ipynb to jupyter_nbconvert/preprocessors/tests/files/Inline Image.ipynb
jupyter_nbconvert/preprocessors/tests/files/Interrupt.ipynb IPython/nbconvert/preprocessors/tests/files/Interrupt.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Interrupt.ipynb to jupyter_nbconvert/preprocessors/tests/files/Interrupt.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Interrupt.ipynb to jupyter_nbconvert/preprocessors/tests/files/Interrupt.ipynb
jupyter_nbconvert/preprocessors/tests/files/SVG.ipynb IPython/nbconvert/preprocessors/tests/files/SVG.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/SVG.ipynb to jupyter_nbconvert/preprocessors/tests/files/SVG.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/SVG.ipynb to jupyter_nbconvert/preprocessors/tests/files/SVG.ipynb
jupyter_nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb IPython/nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb to jupyter_nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb to jupyter_nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb
jupyter_nbconvert/preprocessors/tests/files/Unicode.ipynb IPython/nbconvert/preprocessors/tests/files/Unicode.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Unicode.ipynb to jupyter_nbconvert/preprocessors/tests/files/Unicode.ipynb
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/Unicode.ipynb to jupyter_nbconvert/preprocessors/tests/files/Unicode.ipynb
jupyter_nbconvert/preprocessors/tests/files/python.png IPython/nbconvert/preprocessors/tests/files/python.png
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/python.png to jupyter_nbconvert/preprocessors/tests/files/python.png
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/files/python.png to jupyter_nbconvert/preprocessors/tests/files/python.png
jupyter_nbconvert/preprocessors/tests/test_clearoutput.py IPython/nbconvert/preprocessors/tests/test_clearoutput.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_clearoutput.py to jupyter_nbconvert/preprocessors/tests/test_clearoutput.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_clearoutput.py to jupyter_nbconvert/preprocessors/tests/test_clearoutput.py
jupyter_nbconvert/preprocessors/tests/test_coalescestreams.py IPython/nbconvert/preprocessors/tests/test_coalescestreams.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_coalescestreams.py to jupyter_nbconvert/preprocessors/tests/test_coalescestreams.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_coalescestreams.py to jupyter_nbconvert/preprocessors/tests/test_coalescestreams.py
jupyter_nbconvert/preprocessors/tests/test_csshtmlheader.py IPython/nbconvert/preprocessors/tests/test_csshtmlheader.py
0
renamed
0
0
jupyter_nbconvert/preprocessors/tests/test_execute.py IPython/nbconvert/preprocessors/tests/test_execute.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_execute.py to jupyter_nbconvert/preprocessors/tests/test_execute.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_execute.py to jupyter_nbconvert/preprocessors/tests/test_execute.py
jupyter_nbconvert/preprocessors/tests/test_extractoutput.py IPython/nbconvert/preprocessors/tests/test_extractoutput.py
0
renamed
0
0
jupyter_nbconvert/preprocessors/tests/test_highlightmagics.py IPython/nbconvert/preprocessors/tests/test_highlightmagics.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_highlightmagics.py to jupyter_nbconvert/preprocessors/tests/test_highlightmagics.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_highlightmagics.py to jupyter_nbconvert/preprocessors/tests/test_highlightmagics.py
jupyter_nbconvert/preprocessors/tests/test_latex.py IPython/nbconvert/preprocessors/tests/test_latex.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_latex.py to jupyter_nbconvert/preprocessors/tests/test_latex.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_latex.py to jupyter_nbconvert/preprocessors/tests/test_latex.py
jupyter_nbconvert/preprocessors/tests/test_revealhelp.py IPython/nbconvert/preprocessors/tests/test_revealhelp.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_revealhelp.py to jupyter_nbconvert/preprocessors/tests/test_revealhelp.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_revealhelp.py to jupyter_nbconvert/preprocessors/tests/test_revealhelp.py
jupyter_nbconvert/preprocessors/tests/test_svg2pdf.py IPython/nbconvert/preprocessors/tests/test_svg2pdf.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_svg2pdf.py to jupyter_nbconvert/preprocessors/tests/test_svg2pdf.py
NO CONTENT: file renamed from IPython/nbconvert/preprocessors/tests/test_svg2pdf.py to jupyter_nbconvert/preprocessors/tests/test_svg2pdf.py
jupyter_nbconvert/templates/README.md IPython/nbconvert/templates/README.md
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/README.md to jupyter_nbconvert/templates/README.md
NO CONTENT: file renamed from IPython/nbconvert/templates/README.md to jupyter_nbconvert/templates/README.md
jupyter_nbconvert/templates/html/basic.tpl IPython/nbconvert/templates/html/basic.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/html/basic.tpl to jupyter_nbconvert/templates/html/basic.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/html/basic.tpl to jupyter_nbconvert/templates/html/basic.tpl
jupyter_nbconvert/templates/html/full.tpl IPython/nbconvert/templates/html/full.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/html/full.tpl to jupyter_nbconvert/templates/html/full.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/html/full.tpl to jupyter_nbconvert/templates/html/full.tpl
jupyter_nbconvert/templates/html/mathjax.tpl IPython/nbconvert/templates/html/mathjax.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/html/mathjax.tpl to jupyter_nbconvert/templates/html/mathjax.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/html/mathjax.tpl to jupyter_nbconvert/templates/html/mathjax.tpl
jupyter_nbconvert/templates/html/slides_reveal.tpl IPython/nbconvert/templates/html/slides_reveal.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/html/slides_reveal.tpl to jupyter_nbconvert/templates/html/slides_reveal.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/html/slides_reveal.tpl to jupyter_nbconvert/templates/html/slides_reveal.tpl
jupyter_nbconvert/templates/latex/article.tplx IPython/nbconvert/templates/latex/article.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/article.tplx to jupyter_nbconvert/templates/latex/article.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/article.tplx to jupyter_nbconvert/templates/latex/article.tplx
jupyter_nbconvert/templates/latex/base.tplx IPython/nbconvert/templates/latex/base.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/base.tplx to jupyter_nbconvert/templates/latex/base.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/base.tplx to jupyter_nbconvert/templates/latex/base.tplx
jupyter_nbconvert/templates/latex/report.tplx IPython/nbconvert/templates/latex/report.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/report.tplx to jupyter_nbconvert/templates/latex/report.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/report.tplx to jupyter_nbconvert/templates/latex/report.tplx
jupyter_nbconvert/templates/latex/skeleton/display_priority.tplx IPython/nbconvert/templates/latex/skeleton/display_priority.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/skeleton/display_priority.tplx to jupyter_nbconvert/templates/latex/skeleton/display_priority.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/skeleton/display_priority.tplx to jupyter_nbconvert/templates/latex/skeleton/display_priority.tplx
jupyter_nbconvert/templates/latex/skeleton/null.tplx IPython/nbconvert/templates/latex/skeleton/null.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/skeleton/null.tplx to jupyter_nbconvert/templates/latex/skeleton/null.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/skeleton/null.tplx to jupyter_nbconvert/templates/latex/skeleton/null.tplx
jupyter_nbconvert/templates/latex/style_bw_ipython.tplx IPython/nbconvert/templates/latex/style_bw_ipython.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/style_bw_ipython.tplx to jupyter_nbconvert/templates/latex/style_bw_ipython.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/style_bw_ipython.tplx to jupyter_nbconvert/templates/latex/style_bw_ipython.tplx
jupyter_nbconvert/templates/latex/style_bw_python.tplx IPython/nbconvert/templates/latex/style_bw_python.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/style_bw_python.tplx to jupyter_nbconvert/templates/latex/style_bw_python.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/style_bw_python.tplx to jupyter_nbconvert/templates/latex/style_bw_python.tplx
jupyter_nbconvert/templates/latex/style_ipython.tplx IPython/nbconvert/templates/latex/style_ipython.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/style_ipython.tplx to jupyter_nbconvert/templates/latex/style_ipython.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/style_ipython.tplx to jupyter_nbconvert/templates/latex/style_ipython.tplx
jupyter_nbconvert/templates/latex/style_python.tplx IPython/nbconvert/templates/latex/style_python.tplx
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/style_python.tplx to jupyter_nbconvert/templates/latex/style_python.tplx
NO CONTENT: file renamed from IPython/nbconvert/templates/latex/style_python.tplx to jupyter_nbconvert/templates/latex/style_python.tplx
jupyter_nbconvert/templates/markdown.tpl IPython/nbconvert/templates/markdown.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/markdown.tpl to jupyter_nbconvert/templates/markdown.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/markdown.tpl to jupyter_nbconvert/templates/markdown.tpl
jupyter_nbconvert/templates/python.tpl IPython/nbconvert/templates/python.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/python.tpl to jupyter_nbconvert/templates/python.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/python.tpl to jupyter_nbconvert/templates/python.tpl
jupyter_nbconvert/templates/rst.tpl IPython/nbconvert/templates/rst.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/rst.tpl to jupyter_nbconvert/templates/rst.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/rst.tpl to jupyter_nbconvert/templates/rst.tpl
jupyter_nbconvert/templates/script.tpl IPython/nbconvert/templates/script.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/script.tpl to jupyter_nbconvert/templates/script.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/script.tpl to jupyter_nbconvert/templates/script.tpl
jupyter_nbconvert/templates/skeleton/Makefile IPython/nbconvert/templates/skeleton/Makefile
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/skeleton/Makefile to jupyter_nbconvert/templates/skeleton/Makefile
NO CONTENT: file renamed from IPython/nbconvert/templates/skeleton/Makefile to jupyter_nbconvert/templates/skeleton/Makefile
jupyter_nbconvert/templates/skeleton/README.md IPython/nbconvert/templates/skeleton/README.md
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/skeleton/README.md to jupyter_nbconvert/templates/skeleton/README.md
NO CONTENT: file renamed from IPython/nbconvert/templates/skeleton/README.md to jupyter_nbconvert/templates/skeleton/README.md
jupyter_nbconvert/templates/skeleton/display_priority.tpl IPython/nbconvert/templates/skeleton/display_priority.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/skeleton/display_priority.tpl to jupyter_nbconvert/templates/skeleton/display_priority.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/skeleton/display_priority.tpl to jupyter_nbconvert/templates/skeleton/display_priority.tpl
jupyter_nbconvert/templates/skeleton/null.tpl IPython/nbconvert/templates/skeleton/null.tpl
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/templates/skeleton/null.tpl to jupyter_nbconvert/templates/skeleton/null.tpl
NO CONTENT: file renamed from IPython/nbconvert/templates/skeleton/null.tpl to jupyter_nbconvert/templates/skeleton/null.tpl
jupyter_nbconvert/tests/README.md IPython/nbconvert/tests/README.md
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/README.md to jupyter_nbconvert/tests/README.md
NO CONTENT: file renamed from IPython/nbconvert/tests/README.md to jupyter_nbconvert/tests/README.md
jupyter_nbconvert/tests/__init__.py IPython/nbconvert/tests/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/__init__.py to jupyter_nbconvert/tests/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/tests/__init__.py to jupyter_nbconvert/tests/__init__.py
jupyter_nbconvert/tests/base.py IPython/nbconvert/tests/base.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/base.py to jupyter_nbconvert/tests/base.py
NO CONTENT: file renamed from IPython/nbconvert/tests/base.py to jupyter_nbconvert/tests/base.py
jupyter_nbconvert/tests/files/hello.py IPython/nbconvert/tests/files/hello.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/files/hello.py to jupyter_nbconvert/tests/files/hello.py
NO CONTENT: file renamed from IPython/nbconvert/tests/files/hello.py to jupyter_nbconvert/tests/files/hello.py
jupyter_nbconvert/tests/files/ipython_nbconvert_config.py IPython/nbconvert/tests/files/ipython_nbconvert_config.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/files/ipython_nbconvert_config.py to jupyter_nbconvert/tests/files/ipython_nbconvert_config.py
NO CONTENT: file renamed from IPython/nbconvert/tests/files/ipython_nbconvert_config.py to jupyter_nbconvert/tests/files/ipython_nbconvert_config.py
jupyter_nbconvert/tests/files/notebook1.ipynb IPython/nbconvert/tests/files/notebook1.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/files/notebook1.ipynb to jupyter_nbconvert/tests/files/notebook1.ipynb
NO CONTENT: file renamed from IPython/nbconvert/tests/files/notebook1.ipynb to jupyter_nbconvert/tests/files/notebook1.ipynb
jupyter_nbconvert/tests/files/notebook2.ipynb IPython/nbconvert/tests/files/notebook2.ipynb
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/files/notebook2.ipynb to jupyter_nbconvert/tests/files/notebook2.ipynb
NO CONTENT: file renamed from IPython/nbconvert/tests/files/notebook2.ipynb to jupyter_nbconvert/tests/files/notebook2.ipynb
jupyter_nbconvert/tests/files/override.py IPython/nbconvert/tests/files/override.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/files/override.py to jupyter_nbconvert/tests/files/override.py
NO CONTENT: file renamed from IPython/nbconvert/tests/files/override.py to jupyter_nbconvert/tests/files/override.py
jupyter_nbconvert/tests/test_nbconvertapp.py IPython/nbconvert/tests/test_nbconvertapp.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/tests/test_nbconvertapp.py to jupyter_nbconvert/tests/test_nbconvertapp.py
NO CONTENT: file renamed from IPython/nbconvert/tests/test_nbconvertapp.py to jupyter_nbconvert/tests/test_nbconvertapp.py
jupyter_nbconvert/utils/__init__.py IPython/nbconvert/utils/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/utils/__init__.py to jupyter_nbconvert/utils/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/utils/__init__.py to jupyter_nbconvert/utils/__init__.py
jupyter_nbconvert/utils/base.py IPython/nbconvert/utils/base.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/utils/base.py to jupyter_nbconvert/utils/base.py
NO CONTENT: file renamed from IPython/nbconvert/utils/base.py to jupyter_nbconvert/utils/base.py
jupyter_nbconvert/utils/exceptions.py IPython/nbconvert/utils/exceptions.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/utils/exceptions.py to jupyter_nbconvert/utils/exceptions.py
NO CONTENT: file renamed from IPython/nbconvert/utils/exceptions.py to jupyter_nbconvert/utils/exceptions.py
jupyter_nbconvert/utils/lexers.py IPython/nbconvert/utils/lexers.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/utils/lexers.py to jupyter_nbconvert/utils/lexers.py
NO CONTENT: file renamed from IPython/nbconvert/utils/lexers.py to jupyter_nbconvert/utils/lexers.py
jupyter_nbconvert/utils/pandoc.py IPython/nbconvert/utils/pandoc.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/utils/pandoc.py to jupyter_nbconvert/utils/pandoc.py
NO CONTENT: file renamed from IPython/nbconvert/utils/pandoc.py to jupyter_nbconvert/utils/pandoc.py
jupyter_nbconvert/utils/tests/__init__.py IPython/nbconvert/utils/tests/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/utils/tests/__init__.py to jupyter_nbconvert/utils/tests/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/utils/tests/__init__.py to jupyter_nbconvert/utils/tests/__init__.py
jupyter_nbconvert/utils/tests/test_lexers.py IPython/nbconvert/utils/tests/test_lexers.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/utils/tests/test_lexers.py to jupyter_nbconvert/utils/tests/test_lexers.py
NO CONTENT: file renamed from IPython/nbconvert/utils/tests/test_lexers.py to jupyter_nbconvert/utils/tests/test_lexers.py
jupyter_nbconvert/utils/tests/test_pandoc.py IPython/nbconvert/utils/tests/test_pandoc.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/utils/tests/test_pandoc.py to jupyter_nbconvert/utils/tests/test_pandoc.py
NO CONTENT: file renamed from IPython/nbconvert/utils/tests/test_pandoc.py to jupyter_nbconvert/utils/tests/test_pandoc.py
jupyter_nbconvert/writers/__init__.py IPython/nbconvert/writers/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/writers/__init__.py to jupyter_nbconvert/writers/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/writers/__init__.py to jupyter_nbconvert/writers/__init__.py
jupyter_nbconvert/writers/base.py IPython/nbconvert/writers/base.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/writers/base.py to jupyter_nbconvert/writers/base.py
NO CONTENT: file renamed from IPython/nbconvert/writers/base.py to jupyter_nbconvert/writers/base.py
jupyter_nbconvert/writers/debug.py IPython/nbconvert/writers/debug.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/writers/debug.py to jupyter_nbconvert/writers/debug.py
NO CONTENT: file renamed from IPython/nbconvert/writers/debug.py to jupyter_nbconvert/writers/debug.py
jupyter_nbconvert/writers/files.py IPython/nbconvert/writers/files.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/writers/files.py to jupyter_nbconvert/writers/files.py
NO CONTENT: file renamed from IPython/nbconvert/writers/files.py to jupyter_nbconvert/writers/files.py
jupyter_nbconvert/writers/stdout.py IPython/nbconvert/writers/stdout.py
0
renamed
0
0
jupyter_nbconvert/writers/tests/__init__.py IPython/nbconvert/writers/tests/__init__.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/writers/tests/__init__.py to jupyter_nbconvert/writers/tests/__init__.py
NO CONTENT: file renamed from IPython/nbconvert/writers/tests/__init__.py to jupyter_nbconvert/writers/tests/__init__.py
jupyter_nbconvert/writers/tests/test_debug.py IPython/nbconvert/writers/tests/test_debug.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/writers/tests/test_debug.py to jupyter_nbconvert/writers/tests/test_debug.py
NO CONTENT: file renamed from IPython/nbconvert/writers/tests/test_debug.py to jupyter_nbconvert/writers/tests/test_debug.py
jupyter_nbconvert/writers/tests/test_files.py IPython/nbconvert/writers/tests/test_files.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/writers/tests/test_files.py to jupyter_nbconvert/writers/tests/test_files.py
NO CONTENT: file renamed from IPython/nbconvert/writers/tests/test_files.py to jupyter_nbconvert/writers/tests/test_files.py
jupyter_nbconvert/writers/tests/test_stdout.py IPython/nbconvert/writers/tests/test_stdout.py
0
renamed
0
0
1
NO CONTENT: file renamed from IPython/nbconvert/writers/tests/test_stdout.py to jupyter_nbconvert/writers/tests/test_stdout.py
NO CONTENT: file renamed from IPython/nbconvert/writers/tests/test_stdout.py to jupyter_nbconvert/writers/tests/test_stdout.py
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages