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

Making handout work with Jupyter #32

Closed
lucacerone opened this issue Aug 14, 2019 · 3 comments
Closed

Making handout work with Jupyter #32

lucacerone opened this issue Aug 14, 2019 · 3 comments
Labels

Comments

@lucacerone
Copy link

First of all, thanks for creating handout!

Is there any plan to integrate Jupyter and Handout files in the future?
I think the combination of both would help solve lots of issues current notebooks have, while keeping the practical approach jupyter notebooks have!

I think if we could have in Python something similar to how Rstudio implemented notebooks (where you can easily commit text files) while keeping the flexibility of working interactively it would be a game changer!

Thanks again for your work!

@danijar
Copy link
Owner

danijar commented Aug 14, 2019

Hi! Please see #25 and #33 and let me know if there are any function functionalities that you think would be useful in this regard. However, be aware that the premise of Python Handout is to write your code from a Python script rather than an interactive web interface.

@lucacerone
Copy link
Author

Hi danijar thanks! I think the issues you linked cover different needs. For me the most useful way it would be to work as if I were using a Jupyter notebook, but having the advantages Handout offers (i.e. having the "notebook" code separated by the data and the artifacts needed to generate the output).

In this regard I think that Rmarkdown notebooks, as implemented by Rstudio, are the best compromise between the flexibility of interactive development and keeping the code under version control).

Thanks a lot again for your great work on Handout

@danijar
Copy link
Owner

danijar commented Aug 17, 2019

Converting to and from Jupyter notebooks as discussed in #33 might help you. This way, you could work in Jupyter notebooks but commit Handout Python scripts in version control. It means you could also easily re-run a script without having to start Jupyter.

@danijar danijar closed this as completed Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants