Sebastian Luque

Results 12 issues of Sebastian Luque

Hello, How does one output a plain table results in `emacs-jupyter`. In the following: ``` #+BEGIN_SRC python :results silent from tabulate import tabulate #+END_SRC #+BEGIN_SRC python :results output raw table...

I've recently switched to `emacs-jupyter` for handling Python code blocks in `org-mode`. I want to save a plot to `png` format, display it as `#+RESULTS`, as well as export it....

I have `python-shell-interpreter` set to `jupyter`, and `python-shell-interpreter-args` to: `console --kernel python3 --simple-prompt` I have jupyter and a python3 kernel installed in several virtualenvs. Unfortunately, activating the virtualenv with `pyvenv-workon...

As suggested in [StackOverflow](https://stackoverflow.com/questions/67141027/how-to-ensure-a-numeric-matrix-is-retrieved-from-r/67141492#67141492), conversion of an R matrix of NA values is not handled properly within a conversion context. **To Reproduce** ```python import pandas as pd import rpy2.robjects.conversion as...

bug

With rpy2 version 3.3.4 and pandas 1.0.5, the following: ``` python import pandas as pd import rpy2.robjects as robjs from rpy2.robjects import pandas2ri pandas2ri.activate() dti = pd.date_range('2018-01-01', periods=3, freq='H') robjs.r.summary(dti)...

I am running into the same issue reported in #259 and #301, with the `rhub` from github as per @maelle in the last report. I get the following stack: ```R...

I noticed that keywords get capitalized when in double quotes, e.g. to escape keywords in column names. It would be nice to have an option or mechanism to avoid capitalization...

enhancement

What exactly is meant by "frequency data input" in the README statement? > Note that allantools assumes non-dimensional frequency data input. Normalization, by e.g. dividing all data points with the...

Using the latest version: ```emacs-lisp jupyter-version is a variable defined in ‘jupyter-base.el’. Its value is "0.8.2-dev" Current version of Jupyter. ``` `jupyter-run-repl` fails with the following trace: ```emacs-lisp Debugger entered--Lisp...

Using the following directive: ```yml addons: apt: sources: - debian-sid update: true packages: - r-base - r-base-dev ``` There's a list of packages that cannot be authenticated (https://travis-ci.org/github/spluque/scikit-diveMove/jobs/704835048). Any recommendations?