scimax
scimax copied to clipboard
An emacs starterkit for scientists and engineers
I installed package `ox-clip` but when I try `ox-clip-formatted-copy` I get this error: ``` Traceback (most recent call last): File "c:/my/.emacs.d/elpa/ox-clip-20180306.340/html-clip-w32.py", line 226, in PutToClipboard win32clipboard.OpenClipboard(0) pywintypes.error: (5, 'OpenClipboard', 'Access...
Given that `ob-ipython` is unmaintained and that your version has excellent additions, have you considered making your own fork that supersedes `gregsexton/ob-ipython`? I for one, would benefit greatly from being...
Since the update to 26.1 I have been getting crashes when using scimax but not when using vanilla emacs. I cannot always reproduce the crash but it has something to...
Consider the following org code ``` org #+BEGIN_SRC ipython %matplotlib inline import numpy as np import matplotlib.pyplot as plt #+END_SRC #+RESULTS: :RESULTS: # Out[10]: :END: #+BEGIN_SRC ipython x = np.arange(0,...
Is it possible to have `ob-ipython` output be consistent with other org mode src block results? Here is an example comparing `sh`, `python` and `ipython` src blocks with two different...
Hi - I just built emacs under CentOS: GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.10) of 2018-08-20 and tried emacs -q -l path/to/scimax/init.el To find: Error (use-package): elpy/:catch:...
I am customising my project publishing function as below. The HTML export works as expected. However, I am unable to use the ox-ipynb file export option to export a ipynb...
I have text that has a few equations and a list. When I send it to Latex/pdf, it states the pdf was not generated and to check "*Org PDF LaTeX...
So far loving the refreshed scimax-ipython. One little thing I'd like to add is to have calls to `org-edit-src-code` automatically change the `python-shell-buffer-name` variable for the editing buffer. This would...
I just started playing with ox-ipynb--love it! I'm working with a server that uses notebook format 4.2. This format seems to require that the notebook metadata to be a dict,...