Skip to content
New issue

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

Lisp to ipynb generator #14

Open
mmaul opened this issue Oct 30, 2015 · 2 comments
Open

Lisp to ipynb generator #14

mmaul opened this issue Oct 30, 2015 · 2 comments

Comments

@mmaul
Copy link

mmaul commented Oct 30, 2015

I wrote a function to generate a notebook from a lisp file. Thought you might be interested, you can find it at:
https://gist.github.com/mmaul/68f434766e0e82c6c22d

@fredokun
Copy link
Owner

fredokun commented Nov 7, 2015

Hi ! Sorry to take this late... That's a fine hack, I have to think about how I could integrate it, maybe by dispatching on some argument (similarly to the jupyter command)... Note that the converse is rather easy also (generating a lisp file from a notebook). I'm thinking about something when I'll find some time. Thanks !

@mmaul
Copy link
Author

mmaul commented Nov 9, 2015

Oh yea about generating lisp from notebook, would be nice if markdown cells were included is the generated lisp file, say wrapped in a string block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants