Martin Hepp
Martin Hepp
Not sure this is the right issue, but this could maybe help support using bibliographic references in notebooks, at least from the Markdown document to the `.ipynb` document - so...
IMO, many people are nowadays using the `conda` package manager for all kinds of Python projects, not just for Data Science projects or work related to the Anaconda environment. `conda`...
Hi @abravalheri: Thanks for taking this up so swiftly! I have not yet packaged any work for `conda-forge` myself, so hopefully someone who has been doing this regularly will chime...
Note that #422 describes the basic procedure and is referenced from the documentation. It would be good to add this issue #633 also to the documentation.
FYI: I personally think that the syncing of PyPi and Conda packages will become a much lesser issue in the future, because of a fundamental shift in the ecosystems for...
Thanks! As I am not using RStudio (just working on making RTicles usable for plain Pandoc toolchains), I can`t develop a PR with reasonable learning effort. But I can tell...
Three ideas: 1. Check if the diff of a new Pandoc releases is relevant semi-automatically for all templates. 2. Add test cases, i.e. check if existing templates yield the same,...
Addendum: The [history of the `template.latex` file of Pandoc is here](https://github.com/jgm/pandoc/commits/master/data/templates/default.latex)
+1 for keeping Pandoc as a core dependency.
Not having followed the entire discussion, I still would like to share my use-case: For multiple Python-related classes, I am using [RISE](https://rise.readthedocs.io/en/stable/index.html) to present, in an iteractive fashion, aspects of...