Nick Strayer

Results 15 issues of Nick Strayer

Add clarifying comments and structure to the script/ dependency parsing helper function

Currently the README has a lot of raw HTML in it and is rather confusing. Should be simplified to basic Markdown or RMarkdown

This is a result of me being lazy and not updating my laptop's R version.

The previous regular expressions for links would not allow square or round brackets to exist alone as it assumed they were always part of markdown links. Now the regex is...

Now it's easy to cache your data for faster knitting times and use of non-public google sheets. See "Caching data" section of the readme.

If you have an app with a rather innocent line of css that restricts sizes of children of the body such as: `body > div { max-width: 400px; max-height: 400px;...

Fixes bug from #13 where dot args were not actually being passed through to `grid_card()`. Changes are that the base element rather than just a div is now `grid_card()` with...

bug

A sub-issue of #1924 Currently, bokeh plots don't work as one would hope. If running plain bokeh plot code: e.g. ```python from bokeh.plotting import figure, show p = figure(title="Simple line...

area: plots
area: ui
theme: app builder

Addresses #4118 Hooks into the new `'show-html-file'` comm path to display html files opened with the `webbrowser` python module in the viewer pane. Previously we overrode the `webbrowser` opening to...

# What? A new editor for notebook applications. The "basic" setup will be the minimum needed for a functional notebook experience. This won't necessarily result in a better notebook experience...

epic
area: notebooks