-
I've just done a fresh install of IPython notebook on Windows 7 Professional 64 bit.
The steps I took were:
1. Install Python 3.4.1 from python.org
2. > pip install ipython[notebook]
3. > pip install…
-
@blahah, please initialize/configure this repo in a way such that I can fork it and make a pull request
-
Consider an R notebook that simply contains the cell `1:5`.
Converting this notebook produces latex with the following:
```
\begin{enumerate*}
\item 1
\item 2
\item 3
\item 4
\item 5
\end{enume…
-
As you can pass a series of separate files to process in Pandoc. It would be great if you could support a multiple markdown document epub, one made with a series of separate markdown files... it is th…
-
I recently switch from nb-myst to nbspinx and I'm facing an environment issue every time I want to build my documentation in isolated env or new machines: the dependency to pandoc.
For example in …
-
Is it possible to optionally use the `\begin{figure*}` environment to span a figure's width over the whole `\textwidth` instead of `\columnwidth` if we have a two column document?
Thanks!
-
Would you appreciate a PR to have a version of this cheatsheet for DataFramesMeta.jl? Since it's more dpyr-like than DataFrames.jl. At the end of the day, all the code actually run will be identical t…
-
Gitbook supports export to [ebooks and pdfs](https://github.com/GitbookIO/gitbook#output-formats) via [calibre](http://calibre-ebook.com/). This might be easy to hook into.
See also https://github.co…
-
Anybody have a Dockerfile that wraps all of the install into a nice image? If not, I can put one together. I'm starting on my second JOSS submission now, and it seems like the same warts around loca…
-
I would like to be able to export to a self-contained, standalone HTML file, including images, like, eg. from RStudio:
![image](https://user-images.githubusercontent.com/6074054/194339853-d057f104-fc…