Marc Udoff

Results 84 comments of Marc Udoff

I have created https://github.com/jwkvam/jupyterlab-vim/pull/112

@benlindsay Given the inactivity, did you want to fork this somewhere and maintain it?

I would be a fan of this being a core feature. Is there a timeline on determining this?

That looks great! One thing that I assume was only for POC reasons was the need to "toggle code cells" first. It should always be available IMO.

Why would cell output be considered part of the table of contents? Feels somewhat at odds with the plugin

The linked issue seems to imply one type of cell render (Markdown) and not all HTML should act as a TOC. Could we restrict this further in some way so...

https://github.com/jupyterlab/jupyterlab-toc/issues/54 may also be worth thinking about at the same time

They would be in the ToC. I was thinking of it more like beginning and end (amazon kindle has a beginning link for example just outside the ToC, but not...

> What are we looking at? Is the left side the ToC and the right side a notebook? Yes > In general, a heading should always be the first line...

On a high level, we are looking for a way to make IPyWidgets do some interactions while the notebook is busy in another thread using ipykernel. One example use case...