Gregor Sturm
Gregor Sturm
.Rmd -> R notebook with R kernel unless kernel specified in metadata.
`.Rmd` files should be fully compatible. A minor issue is, that jupyter will dump quite some metadata to the Rmd which is of limited interest to the user. `.nb.html` is...
Test case: ```{python, collapsed=TRUE} %config InlineBackend.figure_format = 'svg' ``` ```{python} n = 256 X = np.linspace(-np.pi,np.pi,n,endpoint=True) Y = np.sin(2*X) fig, ax = plt.subplots( nrows=1, ncols=1 ) ax.plot (X, Y+1, color='green',...
- [ ] ANSI 2 HTML for Exceptions (https://pypi.python.org/pypi/ansi2html) - [ ] nicer tables - [ ] render equations - [ ] syntax highlighting
e.g. strava heatmap and outdooractive block requests from google earth. This can be circumvented.
For example for the outdooractive topomaps it would be useful to show the tiles of level 16 already at an smaller zoom level. Adjust the MIN_LOD_PIXELS accordingly.
By now, Jekyll provides themes that can be installed using bundler (https://jekyllrb.com/docs/themes/). I made turned your project into a proper jekyll theme which can easily installed and uploaded it as...
When a semantic-ui sidebar is set to `class="visible"` it overrides the properties inherited from `.router-hidden`. In my case this prevented me from seeing the changes of the `active` menu items...