[jupyter] Custom Jupyter frontend?

2021-05-06 Thread Pepijn de Vos
Hey, I am interested in integrating notebook functionality into my application. I noticed that VS Code seems to have a custom frontend, and was wondering how this is done? I found documentation about the REST API, which seems to be for managing content, kernels, sessions, etc. https://jupyter-s

Re: [jupyter] Custom Jupyter frontend?

2021-05-06 Thread pepijn de vos
k at the source code of the above to get a better idea, but one > possible solution is to rely on saving/reading to and from metadata of the > notebook and using the shared file for communication. > > Best wishes, > MichaƂ > > > On Thu, 6 May 2021 at 10:06, Pepijn de Vos wro