Results 30 comments of Rob Hicks

Have been testing this out this morning (on linux) having just upgraded to Stata 17. Observations: 1. No syntax highlighting (although fenced stata codeblocks in markdown cells are highlighted) 2....

I have good experiences on scimax using anaconda python (rather than the system's python) and `pyvenv` on both Ubuntu and Fedora. I put this code in my `user.el` near the...

Not sure if this is best practice, but it works for me: This is at the very top of my `scimax/user/user.el` file ``` ;; pyvenv setup (require 'pyvenv) (setenv "WORKON_HOME"...

The way of starting the virtual environment I outline above in https://github.com/jkitchin/scimax/issues/289#issuecomment-481794211 lately fails to work properly. Additionally, I get error #211. While `pyvenv` seems to start the `python36' virtual...

Should also mention that gmail on Fedora has the same error message, so this doesn't appear to be isolated to office365.

Seeing this as well, even with ``` repository: url: https://gitlab.com/username/project path_to_book: book # An optional path to your book, defaults to repo root html: # Launch button settings use_edit_page_button: true...

@NikosAlexandris for me on jupyter-book `0.11.2`: - `use_edit_page_button` goes to github instead of gitlab - `use_repository_button` works - `use_issues_button` partially works. It opens an issue at the gitlab repo but...

Another problem with primes. The server indicates it is using MathJax 2.7.9: ``` [W 12:26:51.508 NotebookApp] 404 GET /static/components/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata.js?V=2.7.9 (127.0.0.1) ```

I've just tried things with clean docker builds for anaconda/conda and vanilla python 3.8, and the "primes" error is present on both. I was hoping that this was isolated to...

Another researcher (not gamer) that is waiting for 22.04 support. I have 2 Radeon VII's that [**will not work**](https://github.com/RadeonOpenCompute/ROCm/issues/1431) with upstream radeon driver and Rocm unless the kernel/upstream kmods is...