Blaine Mooers
Blaine Mooers
Jupyter notebooks support snippets via menu pulldowns. There are two flavors of support via nb_extensions. It would be even better if nteract supported TextMate-style snippets. This would be another way...
model = hierarchical_model_nc(data, county_idx) az_trace_nc = sample(model) ...site-packages/tensorflow_probability/python/mcmc/nuts.py:413 bootstrap_results len(init_state), len(step_size))) ValueError: Expected either one step size or 7 (size of `init_state`), but found 9
I tried to install ChemometricsTools on Julia 1.7.2 on Mac OSX 10.15.7. I got the following error ```julia ERROR: Unsatisfiable requirements detected for package ModelingToolkit [961ee093]: ModelingToolkit [961ee093] log: ├─possible...
The command below from the repo Readme.md is not working with Julia 1.6.2: ```bash PYTHON="" julia -e 'using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall"); Pkg.add("ArviZ");' ``` ```julia julia> using ArviZ [ Info: Precompiling...
This may be a Mac OS 10.15.6 issue. I compiled emacs from source. I am using version 28.0.50. I added to private.el ``` (global-set-key "\C-ca" 'org-agenda) ``` This is the...
The link to `Learning Emacs` is broken.
Change line 16 from Y = newSeqWith(len(X), random(10.0)) to Y = newSeqWith(len(X), rand(10.0))
The timer sound sputters randomly duing a pomodoro. The randomness is distracting. Below is my configuration. ```emacs-lisp (use-package org-pomodoro :ensure t :commands (org-pomodoro) :config (setq alert-user-configuration (quote ((((:category . "org-pomodoro"))...
For those landing here on or after 6 March 2022. I updated the dependencies in the project.cjl files to the following ```clojure :dependencies [[org.clojure/clojure "1.10.3"] [org.clojure/java.jdbc "0.7.12"] [org.xerial/sqlite-jdbc "3.36.0.3"]] ```...
I tried to create a conda environment where Ax and nextorch could play together, but I am not so lucky. I installed ax-platform first. nextorch 0.4.0 requires botorch