Joel Ostblom

Results 519 comments of Joel Ostblom

This has been [released in jupyterlab 1.0](https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html), so I think this issue can be closed.

This would be great for sharing the HTML-version of the notebook!

To add a ToC cell in the notebook, it is possible to use the toc2 extension via launching the classic notebook from JupyterLab. To add a ToC cell to the...

There is also an issue about this on the jupyterlab issue tracker https://github.com/jupyterlab/jupyterlab/issues/5863

[This lua-filter](https://github.com/pandoc/lua-filters/tree/master/short-captions) is working well for me together with pandoc-crossref. It allows you to set a short caption inside the `{}`: ```markdown ![Caption](file.ext){#fig:label short-caption='my short caption'} ``` then compile with...

Related, since the [dash docks](https://dashr.plotly.com/installation) now uses `install.packages('dash')`, should the deployment docs be updated to use this instead of `remotes::install_github('plotly/dashR', upgrade=TRUE)`?

One advantage I ran into is that when trying to install devtools via the docker image, the build would fail due to an error with the dependency packages `gert` and...

I am having this same issue on dash 0.5.0. I can update the docs dashr is intended to work this way, but I suspect this is a bug with debugger...

I encountered this today. In addition to punctuation marks, a space followed by a left parenthesis, a left bracket, or a backslash will properly highlight the reference link. See screenshot...

@fmoralesc I am not using an embedded language, at least not intentionally (I didn't know about embedded languages, but from what I understand after reading about it, I don't think...