Results 631 comments of Steven Silvester

Should the readme say "Insert Cell Above" for `Ctrl-O, O`?

Ha, the fact that I don't use vim is obvious ;).

I did some experimentation today with `sphinx_js`. Here are the issues I faced: - We have to manually create all of the entries for classes, functions, etc. - Because of...

Thanks @vidartf, I think that is correct. api-extractor can take a folder that contains separately created `api.json` files and create a cohesive set of `.md` files, which we can then...

I agree it is enough to start with internal inter-linking.

Hi @kinow, nice work! I think for now it would be appropriate to add an `External Examples` section to the README and start with a pointer to your repository.

Very nice, thanks for sharing @ccssmnn!

You could also start a separate app that is the server picker, and then launch the main jlab app. I think picking a server is a good enough reason to...

I can also verify that https://unpkg.com/@lumino/[email protected]/dist/index.min.js is a valid url.

Yes, this is the same bug as https://github.com/jupyterlab/jupyterlab/issues/11248, and the same options apply here: add the same workaround as we did in [`notebook`](https://github.com/jupyter/notebook/pull/6197), or upgrade `webpack` to 5.54+ and use...