You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
Currently we render the Jupyter notebook contents and the Zeppelin notebook contents via frontend libraries (notebookjs and remarkable). The downside is that we lose context and the ability to use native UI elements of the actual Jupyter and Zeppelin interfaces.
Instead we should move to bridging the gaps to the actual backend services to be able to see the notebooks rendered correctly. This would get rid of the frontend libraries.
As to how to achieve this a few options come to mind:
proxying the backend's http interfaces, rewriting the URLs etc..
using a 3rd party or dedicated hosted version where we upload the notebooks just for rendering
frames/iframes etc to some of the above
using Jupyter/Zeppelin APIs to render the notebooks on the webheads in-place
The text was updated successfully, but these errors were encountered:
Currently we render the Jupyter notebook contents and the Zeppelin notebook contents via frontend libraries (notebookjs and remarkable). The downside is that we lose context and the ability to use native UI elements of the actual Jupyter and Zeppelin interfaces.
Instead we should move to bridging the gaps to the actual backend services to be able to see the notebooks rendered correctly. This would get rid of the frontend libraries.
As to how to achieve this a few options come to mind:
The text was updated successfully, but these errors were encountered: