Results 17 comments of Gepcel

从微软应用商店下载的版本好像仍然可以。官网的不能。

Then maybe leave this issue open as an enhancement request. Sorry I cannot help with PRs. Know nothing about Haskell.

Even with spyder-notebook added to the spyder installer, there's still the question of how to install another plugin to standalone spyder. I understand it's not supported yet. Is there a...

Seems that neither data-explorer extension for jupyterlab nor [data-explorer](https://atom.io/packages/data-explorer) for atom works anymore.

Try: ``` git clone --recurse-submodules git://github.com/hadley/emo.git Rscript::install_local('emo') ```

Maybe use pandas? pandas can read data from xlsx, json, html, and [many others](http://pandas.pydata.org/pandas-docs/stable/user_guide/io.html). There's a temp to implement this in #37 . Right now, I'm using it myself, works...

Pantable works very well with csv. Just for xlsx, json, html, even from an online webpage and many others, pandas may be a solution. Just my opinion, for me, csv...

Ha, maybe I wasn't express myself clearly, the way pantale delt with csv is very good. I wasn't suggesting switching to pandas. And I wan't pushing my opition or my...

Try this: ```yaml --- output: pdf_document: latex_engine: xelatex CJKmainfont: Source Han Serif CN CJKmonofont: FangSong CJKoptions: ItalicFont=KaiTi --- ``` 字体改为你喜欢的并且系统里面有的。系统里要有可用的 tex,如 MiKTex (for windows) , or texlive.