py2nb icon indicating copy to clipboard operation
py2nb copied to clipboard

jupyter/nbconvert#452

Open westurner opened this issue 8 years ago • 3 comments

  • jupyter/nbconvert#452 "Conversion back from executable script to ipynb notebook"

From https://github.com/jupyter/nbconvert/issues/452#issuecomment-279593218 :

  • 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
    • [x] IPython.nbformat.v3
    • [ ] IPython.nbformat.v4
      • jupyter/nbformat#58 "Document functionality for creating notebooks programmatically "
  • [ ] tokenize and transform "get_ipython()..." magics

westurner avatar Feb 14 '17 03:02 westurner

Are you planning to implement it into nbconvert?

sklam avatar Feb 14 '17 17:02 sklam

I suppose someone could

On Tuesday, February 14, 2017, Siu Kwan Lam [email protected] wrote:

Are you planning to implement it into nbconvert?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sklam/py2nb/issues/2#issuecomment-279774653, or mute the thread https://github.com/notifications/unsubscribe-auth/AADGy1QB6wiyGNKyqU0oyYAif3kkOckiks5rceMXgaJpZM4MAAz7 .

westurner avatar Feb 14 '17 17:02 westurner

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.

sklam avatar Feb 14 '17 18:02 sklam