jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.65k stars 4.91k forks source link

Where we can find the docs for Jupyter front-end extensions JavaScript API? #3795

Open yn-coder opened 6 years ago

yn-coder commented 6 years ago

Where we can find the docs for Jupyter front-end extensions JavaScript API?

I've read the docs about writing the Jupyter front-end extensions, and learn the examples, and now can build the simple extension by myself.

But - where is a complete docs for Jupyter extensions JavaScript API? How to find the JavaScript API for notebook properties and methods?

takluyver commented 5 years ago

Unfortunately there aren't any. We had an idea that we would make the API better before writing the documentation, but then neither ever really happened.

yn-coder commented 5 years ago

Thank you for feedback. Without documentation it's hard to build and maintain the extensions.