We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From jupyter/nbconvert#452 (comment) :
https://github.com/sklam/py2nb/blob/master/py2nb/reader.py ENH: read(filename): split on # In[\d*]: TST,REF: read_(fileobj): accept a file object w/ .read() to make testing easier (StringIO.read) https://github.com/sklam/py2nb/blob/master/py2nb/converter.py IPython.nbformat.v3 IPython.nbformat.v4 Document functionality for creating notebooks programmatically jupyter/nbformat#58 "Document functionality for creating notebooks programmatically "
# In[\d*]:
.read()
The text was updated successfully, but these errors were encountered:
Are you planning to implement it into nbconvert?
Sorry, something went wrong.
I am not really spending time on this project at the moment. So, if anyone would like to work on this or take over this project, let me know.
No branches or pull requests
From jupyter/nbconvert#452 (comment) :
The text was updated successfully, but these errors were encountered: