Sven E. Templer
Sven E. Templer
Hi, in `_layout.css` line 255, shouldn't `.post-list {` be `.post-link {`? At least the latter is used in index.html of blog, where the first is not at all. Best, Sven
This pull request relates to/is preferred over #716. It extends the full control of `jupyter kernelspec install` parameters * `name` (by keyword `"auto"` append version and debug tags, otherwise use...
When I have several methods, for example: ```julia """ $(SIGNATURES) Print-fu. """ foo(x::Int) = print(x) foo(x::Int, y::Int) = print(x + y) ``` I get ``` foo(x) Print-fu. ``` But I...