Ian Rose
Ian Rose
This is now unblocked since the realtime permissions are now no-longer required.
Hi @Honghe, I think this is related to having more general support for a completer in the text editor (see jupyterlab/jupyterlab#4487), which is on the roadmap, but not being actively...
Thanks, @ktong, this would indeed be useful. It is somewhat tricky, as the `nbconvert` API takes a path to the notebook, which assumes it is on the notebook server filesystem,...
Unfortunately, I believe this is still blocked by the `nbconvert` API. It expects a path to the notebook on the file system of the notebook server, which is quite different...
Yes, nbconvert can be used as a library, and that would work just fine. The issue is, as you say, that we are in-browser, with Javascript as our only executable...
I am having a hard time thinking of a way of doing this that doesn't involve at least a *bit* of Javascript :smile:. In particular, getting the path to a...
Hi @jfbercher, thanks for the information! Yep, toc2 was definitely the model for this port, thanks for all the hard work! I would love to have more help/input in bringing...
LaTeX parsing is now in master, but not in the released package at the moment. I'm currently not sure what the best way to handle emphasis, underlining, etc, is. I...
I worry a bit about writing to `window.history`. That's a global namespace, as far as I know. We have talked about adding filebrowser navigation to that (though have not done...
@tavin Happy to accept pull requests for improved documentation!