Hello!
I want to add Jupyter Notebook in my web app like in Kaggle or Colab with custom interface in order it looks native and I can provide additional deployment features. I checked information in documentation/internet and did not find any description how it was implemented by others companies . After exploring source code I have next vision.
- I need over JHub to spawn JServer (not JLab or JNotebook)
- Using JS libraries from JLab repo add the code in my web application
- In order send request from notebook to JServer directly I need to add pattern on Nginx
Questions:
- Is my vision correct? If no please, give me advice how to implement it.
- What is better to use JServer or JLab as execution application?